/**
 * GARAN Notice Styles
 */

.garan-notice-wrapper {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.garan-notice-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.garan-notice-content img.garan-eu-logo {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

.garan-notice-content span {
    font-size: 13px;
    line-height: 1.4;
    color: #495057;
}

.garan-notice-content span strong {
    color: #212529;
}
