/* TipsViajeros.net — Brand Customization */

/* Override accent colors */
:root {
    --tv-coral: #E8838C;
    --tv-coral-dark: #D4686F;
    --tv-coral-light: #FDF0F1;
    --tv-warm: #F5A6AB;
    --tv-text: #2D2D2D;
}

/* Links */
.prose a {
    color: #D4686F !important;
    text-decoration-color: #F5CDD0 !important;
}
.prose a:hover {
    text-decoration-color: #D4686F !important;
}

/* Category badges */
a[class*="bg-accent"] {
    background-color: #E8838C !important;
}
a[class*="bg-accent"]:hover {
    background-color: #D4686F !important;
}

/* Text accent colors */
[class*="text-accent"] {
    color: #D4686F !important;
}
[class*="hover\:text-accent"]:hover {
    color: #B85560 !important;
}

/* Active pagination */
span[class*="bg-accent"] {
    background-color: #E8838C !important;
}

/* Author avatar circle */
[class*="bg-accent"][class*="rounded-full"] {
    background-color: #E8838C !important;
}

/* Blockquote accent */
.prose blockquote {
    border-left-color: #E8838C !important;
}

/* Sources links */
.prose a[rel*="nofollow"] {
    color: #D4686F !important;
}

/* Subtle hover on cards */
.group:hover h3 a {
    color: #D4686F !important;
}

/* Button styles (e.g., 404 page, Amazon) */
a[class*="bg-accent"] {
    background-color: #E8838C !important;
}
a[class*="bg-accent"]:hover,
a[class*="hover\:bg-accent-dark"]:hover {
    background-color: #D4686F !important;
}

/* Footer links */
footer a:hover {
    color: #D4686F !important;
}

/* Hero title hover */
.font-serif a:hover {
    color: #D4686F !important;
}

/* Border accents */
[class*="hover\:border-accent"]:hover {
    border-color: #E8838C !important;
}
