/**
 * Solmetex Dealer Locator Styles
 */

/* Screen reader only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Main container */
.solmetex-dealer-locator {
    margin-bottom: 40px;
    font-family: inherit;
    max-width: 1440px;
    margin: 0 auto;
}

/* Section headings */
.solmetex-dealer-locator .section-heading {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Instruction text */
.solmetex-dealer-locator .dealer-instructions {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
}

/* State selector */
.solmetex-dealer-locator .state-selector {
    margin-bottom: 30px;
    margin-left: auto;
    display: block;
    width: 400px;
}

.solmetex-dealer-locator .state-selector label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.solmetex-dealer-locator select {
    width: 100%;
    max-width: 300px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f8f8f8;
    display: initial;
    height: 60px;
    background-color: #f6f6f6;
    border-radius: 18px;
    border: 0px;
    color: #414042;
    padding: 10px;
    width: 400px;
    font-size: 20px;
    line-height: 30px;
}

/* Results section */
.solmetex-dealer-locator .dealer-locator-results {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.solmetex-dealer-locator .sales-representatives,
.solmetex-dealer-locator .dealers {
    flex: 1;
    min-width: 300px;
}

/* Column headers */
.solmetex-dealer-locator .dealer-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.solmetex-dealer-locator .dealer-header h3 {
    flex: 1;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.solmetex-dealer-locator .dealer-header h3:first-child {
    margin-right: 20px;
}

/* Sales Representatives */
.solmetex-dealer-locator .rep-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.solmetex-dealer-locator .rep-item:last-child {
    border-bottom: none;
}

.solmetex-dealer-locator .rep-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.solmetex-dealer-locator .rep-name {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.solmetex-dealer-locator .rep-title, .solmetex-dealer-locator .rep-territory {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.solmetex-dealer-locator .rep-territory {
    margin-left: 5px;
}

.solmetex-dealer-locator .rep-title-container {
    display: flex;

}

.solmetex-dealer-locator .rep-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.solmetex-dealer-locator .rep-avatar img {
    width: 100%;
    height: auto;
}

.solmetex-dealer-locator .rep-details {
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    list-style: none;
}

.solmetex-dealer-locator .rep-details li {
    margin-bottom: 8px;
}

.solmetex-dealer-locator .rep-email {
    word-break: break-word;
}

/* Dealers */
.solmetex-dealer-locator .dealers {
    display: flex;
    flex-direction: column;
}

.solmetex-dealer-locator .dealers h3 {
    flex: 1;
}

.solmetex-dealer-locator .dealers-list {
    display: flex;
    margin-bottom: 20px;
}

.solmetex-dealer-locator .dealer-names {
    flex: 1;
    margin-right: 20px;
}

.solmetex-dealer-locator .dealer-phones {
    flex: 1;
}

.solmetex-dealer-locator .dealer-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.solmetex-dealer-locator .dealer-name {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.solmetex-dealer-locator .dealer-phone {
    font-size: 16px;
}

/* Links */
.solmetex-dealer-locator a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s;
}

.solmetex-dealer-locator a:hover {
    color: #00a0d2;
    text-decoration: underline;
}

/* Email and copy buttons */
.solmetex-dealer-locator .rep-email-button,
.solmetex-dealer-locator .rep-copy-email {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

.solmetex-dealer-locator .rep-email-button svg,
.solmetex-dealer-locator .rep-copy-email svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

/* Error messages */
.solmetex-dealer-locator .error {
    color: #d63638;
    padding: 10px;
    background-color: #ffeeee;
    border-left: 4px solid #d63638;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .solmetex-dealer-locator .dealer-locator-results {
        flex-direction: column;
    }
    
    .solmetex-dealer-locator .dealer-names,
    .solmetex-dealer-locator .dealer-phones {
        margin-right: 0;
    }
}

/* Existing h3 style for sales reps */
.solmetex-dealer-locator .sales-representatives h3 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

/* Dealers Table */
.solmetex-dealer-locator .dealers-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.solmetex-dealer-locator .dealers-table th {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 2px solid #eee;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.solmetex-dealer-locator .dealers-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.solmetex-dealer-locator .dealers-table tr:last-child td {
    border-bottom: none;
}

.solmetex-dealer-locator .dealers-table a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s;
}

.solmetex-dealer-locator .dealers-table a:hover {
    color: #00a0d2;
    text-decoration: underline;
}

/* Focus styles for keyboard navigation */
.solmetex-dealer-locator a:focus,
.solmetex-dealer-locator button:focus,
.solmetex-dealer-locator select:focus {
    outline: 2px solid #0073aa;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.3);
}

/* Style for high contrast mode */
@media (forced-colors: active) {
    .solmetex-dealer-locator a:focus,
    .solmetex-dealer-locator button:focus,
    .solmetex-dealer-locator select:focus {
        outline: 3px solid CanvasText;
    }
}

/* Skip focus outline only for mouse users, not keyboard users */
.solmetex-dealer-locator a:focus:not(:focus-visible),
.solmetex-dealer-locator button:focus:not(:focus-visible),
.solmetex-dealer-locator select:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
} 