/* DressMePlus Support Site Custom Styles */

/* Google Fonts - Roboto Condensed (matching main site) */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* === BASE TYPOGRAPHY === */
body, input, select, textarea {
    font-family: 'Roboto Condensed', sans-serif !important;
}

/* === LINKS === */
a, .link {
    color: #d84d7f !important;
}
a:hover, .link:hover {
    color: #b33d68 !important;
    border-bottom: 1px dotted #d84d7f !important;
}

/* === HEADINGS === */
h1 { color: #333 !important; }
h2, .subject { color: #333 !important; }

/* === HEADER === */
#header {
    background: #fff;
    border-bottom: none;
    padding: 15px 20px;
    height: auto;
}
#header #logo img {
    max-height: 50px;
    max-width: 280px;
}
#header p {
    color: #666;
    font-size: 13px;
}
#header p a {
    color: #d84d7f;
}

/* === NAVIGATION === */
#nav {
    background: #2F363A !important;
    border-top: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    height: auto !important;
    overflow: visible !important;
}
#nav li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}
#nav li a {
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 18px !important;
    height: auto !important;
    line-height: 20px !important;
    border-radius: 0 !important;
    background-image: none !important;
    background-position: unset !important;
    margin-left: 0 !important;
    display: inline-block !important;
}
#nav li a.active,
#nav li a:hover {
    background-color: #d84d7f !important;
    color: #fff !important;
}

/* === BUTTONS === */
.button, .button:visited {
    background-color: #d84d7f !important;
    border: none !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    padding: 10px 24px;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
    display: inline-block !important;
    cursor: pointer;
}
.button:hover {
    background-color: #b33d68 !important;
    color: #fff !important;
}
.green.button, .green.button:visited {
    background-color: #d84d7f !important;
    color: #fff !important;
}
.green.button:hover {
    background-color: #b33d68 !important;
}
.blue.button, .blue.button:visited {
    background-color: #d84d7f !important;
    color: #fff !important;
}
.blue.button:hover {
    background-color: #b33d68 !important;
}

/* === SIDEBAR FULL-WIDTH BUTTONS WITH ICONS === */
.front-page-button .button {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}
.front-page-button .button:last-child {
    margin-bottom: 0 !important;
}
.front-page-button .button i {
    margin-right: 8px;
}

/* === KB FAQ SIDEBAR === */
.kb-faq-sidebar .searchbar {
    margin-bottom: 15px;
}
.kb-faq-sidebar .searchbar .search {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    font-size: 13px !important;
}
.kb-faq-sidebar .searchbar .btn-search {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 8px !important;
    padding: 10px 20px !important;
    background-color: #d84d7f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    cursor: pointer !important;
}
.kb-faq-sidebar .searchbar .btn-search:hover {
    background-color: #b33d68 !important;
}
.kb-faq-sidebar .related-tickets {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}
.kb-faq-sidebar .related-tickets h4 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.kb-faq-sidebar .related-tickets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kb-faq-sidebar .related-tickets ul li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}
.kb-faq-sidebar .related-tickets ul li:last-child {
    border-bottom: none;
}
.kb-faq-sidebar .related-tickets ul li a {
    color: #d84d7f !important;
    font-size: 13px;
}
.kb-faq-sidebar .related-tickets ul li a:hover {
    color: #b33d68 !important;
}

/* === SEARCH FORM === */
.search-form .search {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: none;
}
.search-form .search:focus {
    border-color: #d84d7f;
    outline: none;
    box-shadow: 0 0 3px rgba(216, 77, 127, 0.3);
}

/* === LANDING PAGE === */
#landing_page #new_ticket,
#landing_page #check_status {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
#landing_page h1, #landing_page h2, #landing_page h3 {
    color: #333;
}

/* === KB SECTION === */
#kb-section h1 {
    color: #333 !important;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 2px solid #d84d7f;
    padding-bottom: 10px;
    margin-top: 30px !important;
}
.kb-article {
    padding: 18px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}
.kb-article-title a {
    color: #d84d7f !important;
    font-weight: 700;
    font-size: 15px;
}
.kb-article-title a:hover {
    color: #b33d68 !important;
}
.kb-article-teaser {
    color: #666 !important;
}

/* === TICKET TABLE === */
#ticketTable th {
    background: #f8f9fa;
    border-bottom: 2px solid #d84d7f;
}

/* === CLIENT LOGIN BOX === */
#clientLogin {
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 4px;
    box-shadow: none;
}
#clientLogin input[type=text],
#clientLogin input[type=password] {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}
#clientLogin input[type=submit] {
    background-color: #d84d7f;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
#clientLogin input[type=submit]:hover {
    background-color: #b33d68;
}

/* === CONTENT AREA === */
#content {
    padding: 25px 0;
    min-height: 400px;
}

/* === FORM ELEMENTS === */
#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}
#ticketForm div input:focus,
#clientLogin div input:focus,
#ticketForm div textarea:focus,
#clientLogin div textarea:focus {
    border-color: #d84d7f;
    outline: none;
    box-shadow: 0 0 3px rgba(216, 77, 127, 0.3);
}

/* === FOOTER === */
#footer {
    background: #303030;
    color: #e2e2e2;
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid #3E3E3E;
}
#footer p {
    color: #ccc;
    font-size: 13px;
}
#footer a {
    color: #d84d7f;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
#footer #poweredBy {
    display: none !important;
}
#footer .copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

/* === MISC === */
#pagination .active {
    color: #d84d7f;
}
#pagination li a:hover {
    color: #d84d7f;
}
.faded {
    color: #999;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    #header {
        padding: 10px 15px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #nav li a {
        padding: 10px 12px;
        font-size: 12px;
    }
    #content {
        padding: 15px 0;
    }
}
