.elementor-855 .elementor-element.elementor-element-b2e4445{--display:flex;}.elementor-855 .elementor-element.elementor-element-ffc0cda{text-align:center;}.elementor-855 .elementor-element.elementor-element-ffc0cda .elementor-heading-title{font-family:"Victor Mono", Sans-serif;font-size:57px;font-weight:600;color:var( --e-global-color-17870ca );}.elementor-855 .elementor-element.elementor-element-52c9207.elementor-element{--align-self:flex-start;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-52c9207 *//* This targets the shortcode widget itself */
.elementor-855 .elementor-element.elementor-element-52c9207 {
    color: #e20b84;
}/* End custom CSS */
/* Start custom CSS *//* Styles for the entire gallery container */
.wdc-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Styles for the single top-downloaded wallpaper (#1).
This section is for the hero image and its container only.
*/
.wdc-gallery .wdc-item:first-child {
    grid-column: 1 / -1;
    text-align: center;
    padding: 20px;
    border: 4px solid #E20B84;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wdc-gallery .wdc-item:first-child .wp-post-image {
    width: 100%;
    height: auto;
    /* This increases the size of the #1 wallpaper */
    max-width: 1200px;
    border-radius: 8px;
    border: none;
}

/* Styles for the rest of the wallpapers (items #2 through #10).
This section ensures the other items are uniform.
*/
.wdc-gallery .wdc-item:not(:first-child) {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    /* This ensures a uniform height for all grid boxes */
    height: 400px; 
}

.wdc-gallery .wdc-item:not(:first-child) .wp-post-image {
    width: 100%;
    height: auto;
    /* This ensures the grid images don't get too large */
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: none;
}

/* Styles for the text content within the grid items */
.wdc-item-text-wrapper {
    margin-top: 10px;
}

/* IMPORTANT: This is the fix. It targets the link inside the h4. */
.wdc-item h4 a {
    color: #e20b84 !important;
}

.wdc-item h4 {
    font-family: "Victor Mono", monospace;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wdc-item p {
    font-family: "Victor Mono", monospace;
    font-size: 14px;
    color: #DDDDDD;
    margin-top: 5px;
    margin-bottom: 0;
}/* End custom CSS */