/*
   RETIRED / COMMENTED FOR HOME MEDIA GRID v2
   --------------------------------------------------------------
   Photo Gallery is owned ONLY by Content/css/home-gallery.css.
   This file intentionally contains no active selectors so the old
   photo-specific rules cannot create double padding, extra height,
   or bottom white space.
*/


/* v8: home-photo-gallery.css loads after home-gallery.css.
   Keep Photo CTA identical to Video/other media cards. */
body.public-home-layout .campaign-home-page .gallery-media-card--photos .gallery-media-card__header > a {

    min-width: 82px !important;
    height: 32px !important;
    min-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 11px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    background: #f4510b !important;
    background-color: #f4510b !important;
    background-image: none !important;
    box-shadow: none !important;
    font-family: "Noto Sans Devanagari","Nirmala UI",Inter,sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;

}
body.public-home-layout .campaign-home-page .gallery-media-card--photos .gallery-media-card__header > a i {
    color: #ffffff !important;
    font-size: 10px !important;
}
body.public-home-layout .campaign-home-page .gallery-media-card--photos .gallery-media-card__header > a:hover,
body.public-home-layout .campaign-home-page .gallery-media-card--photos .gallery-media-card__header > a:focus {

    color: #ffffff !important;
    background: #dc4305 !important;
    background-color: #dc4305 !important;
    text-decoration: none !important;
    transform: translateY(-1px);

}
