/*
Theme Name: Secret Mantra Society
Theme URI: https://secretmantrasociety.com
Author: Secret Mantra Society
Description: A Craigslist-style community directory for Vedic meditators.
Version: 1.4
*/

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; background: #fff; }
a { color: #00c; text-decoration: underline; }
a:hover { color: #c00; }
a:visited { color: #551a8b; }

.sms-wrapper { max-width: 820px; margin: 0 auto; padding: 8px 12px; }

.sms-header { padding: 4px 0 6px; }
.sms-site-title { font-size: 18px; font-weight: bold; color: #003399; text-decoration: none; display: block; margin-bottom: 3px; }
.sms-site-title:hover { color: #001f7a; text-decoration: underline; }
.sms-site-title:visited { color: #003399; }
.sms-header-nav { font-size: 11px; }
.sms-header-nav a { margin-right: 10px; font-size: 11px; }

.sms-hr { border: none; border-top: 1px solid #ccc; margin: 5px 0; }

.sms-loc-bar { padding: 4px 0; font-size: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 3px; }
.sms-loc-label { color: #666; margin-right: 4px; }
.sms-loc-bar a { color: #00c; font-size: 12px; font-weight: bold; text-decoration: none; padding: 0 3px; }
.sms-loc-bar a:hover { text-decoration: underline; color: #c00; }
.sms-loc-bar a.active { color: #333; font-weight: bold; text-decoration: none; cursor: default; }
.sms-loc-bar .sep { color: #ccc; }

.sms-body { display: flex; gap: 16px; padding: 8px 0; align-items: flex-start; }
.sms-main { flex: 1; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; min-width: 0; }

.sms-box { border: 1px solid #ccc; }
.sms-box-head { background: #e2e2e2; border-bottom: 1px solid #bbb; padding: 3px 8px; font-size: 13px; font-weight: bold; color: #333; text-align: center; }
.sms-box ul { list-style: none; padding: 5px 8px; }
.sms-box li { padding: 1px 0; }
.sms-box li a { font-size: 12px; color: #00c; text-decoration: none; }
.sms-box li a:hover { text-decoration: underline; color: #c00; }

.sms-sidebar { width: 158px; flex-shrink: 0; font-size: 12px; }
.sms-sbox { border: 1px solid #ccc; margin-bottom: 8px; background: #f9f9f9; }
.sms-sbox-title { background: #e2e2e2; border-bottom: 1px solid #bbb; padding: 3px 8px; font-size: 11px; font-weight: bold; color: #333; text-align: center; }
.sms-sbox a { display: block; font-size: 12px; padding: 1px 6px; color: #00c; text-decoration: none; margin: 2px 0; }
.sms-sbox a:hover { text-decoration: underline; color: #c00; }
.sms-submit-btn { display: block; margin: 6px 6px 5px; font-size: 12px; font-weight: bold; background: #f0f0f0; border: 1px solid #999; color: #333 !important; text-align: center; padding: 3px 8px; text-decoration: none !important; }
.sms-submit-btn:hover { background: #e0e0e0 !important; }

.sms-event { padding: 3px 6px; border-bottom: 1px solid #eee; }
.sms-event:last-child { border-bottom: none; }
.sms-event-name a { font-size: 12px; color: #00c; text-decoration: none; }
.sms-event-meta { font-size: 10px; color: #999; }

.sms-footer { border-top: 1px solid #ccc; padding: 5px 0; font-size: 11px; color: #999; display: flex; justify-content: space-between; }
.sms-footer-right a { font-size: 11px; color: #999; margin-left: 10px; }

.sms-single { padding: 12px 0; max-width: 600px; }
.sms-single h1 { font-size: 16px; font-weight: bold; margin-bottom: 6px; }
.sms-single .sms-meta { font-size: 11px; color: #666; margin-bottom: 12px; }
.sms-single .sms-meta span { margin-right: 10px; }
.sms-single .sms-description { font-size: 13px; line-height: 1.7; margin-bottom: 16px; }

.sms-form-wrap { padding: 12px 0; max-width: 480px; }
.sms-form-wrap h1 { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
.sms-form-wrap p { font-size: 12px; color: #666; margin-bottom: 12px; }
.sms-form-wrap label { display: block; font-size: 12px; font-weight: bold; margin: 10px 0 2px; }
.sms-form-wrap input[type=text], .sms-form-wrap input[type=url], .sms-form-wrap input[type=email], .sms-form-wrap textarea, .sms-form-wrap select { width: 100%; font-family: Arial, sans-serif; font-size: 13px; padding: 4px 6px; border: 1px solid #ccc; background: #fff; color: #333; }
.sms-form-wrap textarea { height: 80px; resize: vertical; }
.sms-form-wrap input[type=submit] { margin-top: 12px; font-size: 13px; font-weight: bold; background: #f0f0f0; border: 1px solid #999; padding: 5px 16px; cursor: pointer; }

.sms-archive { padding: 10px 0; }
.sms-archive h1 { font-size: 15px; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 4px; margin-bottom: 10px; }
.sms-archive-list { list-style: none; }
.sms-archive-list li { padding: 3px 0; border-bottom: 1px solid #f0f0f0; display: flex; justify-content: space-between; }
.sms-archive-list li a { font-size: 13px; }
.sms-archive-meta { font-size: 11px; color: #999; }
/* About page spacing */
.sms-single .sms-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #333;
}

.sms-single .sms-description p {
    margin: 0 0 18px 0;
}

.sms-single .sms-description p:last-child {
    margin-bottom: 0;
}
