/* Common Styles for PART 1 and PART 2 */
/* FILE project_images_metabox.php */
/* admin-awards-styles.css */

/* Common styles for image containers */
#project_images_container {
    display: grid !important;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-flow: dense !important;
}

#project_images_container .image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-flow: dense !important;

}

#project_images_container .remove-supplier {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

#project_images_container .make-big {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: #0040ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

#author-fields-container .remove-author {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

#project_images_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Additional Styles specific to PART 1 or PART 2 */
/* Add your specific styles below this line */
#project_images_container .horizontal {
    grid-column: span 2 !important;
}

#project_images_container.vertical {
    grid-row: span 2 !important;
}

#project_images_container .BIG {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
}





#project_form {
    width: 100%;
    margin: 0 auto;
    /* display: flex; */
    justify-content: space-between;
    /* Ensures equal spacing between the two divs */
}

span.unitm2::after {
    content: "[m²]";
    margin-left: -60px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    /* Ensures equal spacing between the two divs */
}

.half-width {
    width: 50%;
    /* Adjust to leave a small gap between the two divs */
    box-sizing: border-box;
    padding: 0 0px;
    /* Adjust to leave a small gap between the two divs */

}

label {
    /*display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;*/
    font-weight: bold;
}

#postbox-container-2 input:focus,
#postbox-container-2 select:focus,
#postbox-container-2 textarea:focus {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    outline: none;
    border-color: rgba(213, 153, 251, 0.52) !important;
    box-shadow: 0 0 0 3px rgba(122, 92, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

#postbox-container-2 input,
#postbox-container-2 select,
#postbox-container-2 textarea {
    margin-bottom: 0px;
    box-sizing: border-box;
}

#postbox-container-2 input:hover,
#postbox-container-2 select:hover,
#postbox-container-2 textarea:hover {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

.hujer {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
    box-sizing: border-box;
    color:red;
}



#poststuff .stuffbox>h3,
#poststuff h2,
#poststuff h3.hndle {
    font-size: 22px;
}


/* Add specific styles for select element if needed */

textarea {
    resize: vertical;
    /* Allow vertical resizing of textarea */
}

/* Remove redundant flex styles */
/* label,
input,
select,
textarea {
    display: flex;
    align-items: center;
} */
















/* Regular look */
.author-summary,
.supp-summary {
    background-color: #e0e0e0;
    /* Light gray background */
    border: 1px solid #ccc;
    /* Border color */
    padding: 8px 16px;
    /* Padding for better visual */
    cursor: pointer;
    /* Change cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth transition */
    margin: 5px 5px 5px 5px;
    width: auto;

}

/* After click */
.author-summary.clicked,
.supp-summary.clicked {
    background-color: #000000;
    /* Darker background after click */
    color: #fff;
    /* White text for better contrast */


}

#authors,
#supps {
    margin: 10px;
    /* Adjust the value as per your design preferences */
}

#supps {
    margin: 10px;
    /* Adjust the value as per your design preferences */
}

#Personalia,
#Personalia2 {

    padding: 10px 10px 10px 10px;

}

#Personalia.clicked,
#Personalia2.clicked {

    padding: 10px 10px 10px 10px;
    border: 5px solid #000000;
}

::placeholder {
    /* Style for the placeholder text */
    font-style: italic;
    color: #c4c4c4;
    /* Adjust the color as needed */
}



.postbox-header {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* IMPORTANT FOR PUBLUSHING */
#preview-action,
/*#publish,*/
#misc-publishing-actions

/*#major-publishing-actions
    {
    display: none;

}*/

#minor-publishing-actions {
    padding: 10px 10px 10px;
}

#A2A_SHARE_SAVE_meta,
#wpseo_meta {
    display: none !important;
}


#wpseo_meta {
    display: none;
}

.scroll-to-topX {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #7326ee;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}

.scroll-to-top2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none;
    z-index: 9999;
    
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    background: #e44e56;
    border-color: #e44e56;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 15px;
    font-size: 20px;
    border-color: transparent;

    border-radius: 5px;
    
}


.scroll-to-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    background: #e22835;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 15px;
    font-size: 20px;
    border-color: transparent;
    cursor: pointer; /* Default cursor for a hand icon */

}

.notice {
    display: none;
}

/* Intebold admin theme */
.post-type-awards_entry {
    --ia-bg: #0b0c11;
    --ia-panel: #171922;
    --ia-panel-2: #1d2130;
    --ia-panel-soft: rgba(255, 255, 255, 0.035);
    --ia-border: rgba(255, 255, 255, 0.09);
    --ia-border-strong: rgba(213, 153, 251, 0.26);
    --ia-text: #ffffff;
    --ia-text-soft: rgba(255, 255, 255, 0.72);
    --ia-text-muted: rgba(255, 255, 255, 0.48);
    --ia-accent: #d599fb;
    --ia-accent-strong: #5d1af5;
    --ia-warm: #ffbe98;
    --ia-success: #8de0b4;
    --ia-danger: #ff8b80;
    --ia-warning-bg: rgba(255, 190, 152, 0.12);
    --ia-warning-border: rgba(255, 190, 152, 0.25);
    --ia-radius-xl: 26px;
    --ia-radius-lg: 22px;
    --ia-radius-md: 16px;
    --ia-radius-sm: 12px;
    --ia-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    --ia-shadow-soft: 0 14px 36px rgba(0, 0, 0, 0.18);
    --ia-font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.post-type-awards_entry,
.post-type-awards_entry #wpcontent,
.post-type-awards_entry #wpbody,
.post-type-awards_entry #wpbody-content,
.post-type-awards_entry #poststuff,
.post-type-awards_entry .wrap,
.post-type-awards_entry .postbox,
.post-type-awards_entry .postbox-header,
.post-type-awards_entry .hndle,
.post-type-awards_entry input,
.post-type-awards_entry select,
.post-type-awards_entry textarea,
.post-type-awards_entry button,
.post-type-awards_entry .button {
    font-family: var(--ia-font-sans);
}

.post-type-awards_entry .ia-metabox {
    position: relative;
    margin: 4px 0;
    padding: 18px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(93, 26, 245, 0.18) 0%, rgba(93, 26, 245, 0) 30%),
        radial-gradient(circle at left center, rgba(213, 153, 251, 0.10) 0%, rgba(213, 153, 251, 0) 26%),
        linear-gradient(135deg, #09090c 0%, #101118 48%, #15111d 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--ia-shadow);
    color: var(--ia-text);
}

.post-type-awards_entry #project_fields_metabox {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(93, 26, 245, 0.14) 0%, rgba(93, 26, 245, 0) 28%),
        radial-gradient(circle at left center, rgba(255, 190, 152, 0.08) 0%, rgba(255, 190, 152, 0) 24%),
        linear-gradient(135deg, #0b0b10 0%, #121421 48%, #17131e 100%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.post-type-awards_entry #project_fields_metabox > .inside {
    margin: 0;
    padding: 14px;
    background: transparent;
}

.post-type-awards_entry #project_fields_metabox .postbox-header {
    background:
        linear-gradient(135deg, rgba(255, 190, 152, 0.08), rgba(213, 153, 251, 0.10)),
        linear-gradient(135deg, #12131b 0%, #1a1c2b 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-type-awards_entry #project_fields_metabox.closed .postbox-header {
    border-bottom: none;
}

.post-type-awards_entry #project_fields_metabox .hndle {
    padding: 18px 64px 18px 24px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--ia-text);
}

.post-type-awards_entry #project_fields_metabox .hndle .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    background: rgba(255, 190, 152, 0.10);
    border: 1px solid rgba(255, 190, 152, 0.22);
    color: var(--ia-warm);
    vertical-align: middle;
}

.post-type-awards_entry #project_fields_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #project_fields_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #project_fields_metabox .handle-actions .handlediv {
    color: rgba(255, 255, 255, 0.72);
}

.post-type-awards_entry #image_fields_metabox {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 190, 152, 0.16) 0%, rgba(255, 190, 152, 0) 28%),
        radial-gradient(circle at left center, rgba(255, 225, 92, 0.10) 0%, rgba(255, 225, 92, 0) 24%),
        linear-gradient(135deg, #14110b 0%, #1a1711 48%, #201b12 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.post-type-awards_entry #image_fields_metabox > .inside {
    margin: 0;
    padding: 10px;
    background: transparent;
}

.post-type-awards_entry #image_fields_metabox .postbox-header {
    background:
        linear-gradient(135deg, rgba(255, 190, 152, 0.12), rgba(255, 225, 92, 0.08)),
        linear-gradient(135deg, #19150f 0%, #221c12 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-type-awards_entry #image_fields_metabox.closed .postbox-header {
    border-bottom: none;
}

.post-type-awards_entry #image_fields_metabox .hndle {
    padding: 14px 60px 14px 18px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--ia-text);
}

.post-type-awards_entry #image_fields_metabox .hndle .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255, 190, 152, 0.10);
    border: 1px solid rgba(255, 190, 152, 0.22);
    color: #ffd37a;
    vertical-align: middle;
}

.post-type-awards_entry #image_fields_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #image_fields_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #image_fields_metabox .handle-actions .handlediv {
    color: rgba(255, 255, 255, 0.72);
}

.post-type-awards_entry #image_fields_metabox .ia-image-text-block {
    margin-bottom: 10px;
}

.post-type-awards_entry #image_fields_metabox .ia-image-hero {
    margin-bottom: 8px;
}

.post-type-awards_entry #image_fields_metabox .ia-image-copy-block {
    padding: 12px 14px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 190, 152, 0.10), rgba(255, 225, 92, 0.04)),
        rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.post-type-awards_entry #image_fields_metabox .ia-image-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    margin-bottom: 8px;
}

.post-type-awards_entry #image_fields_metabox .ia-image-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.post-type-awards_entry #image_fields_metabox .ia-image-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 190, 152, 0.12);
    border: 1px solid rgba(255, 190, 152, 0.18);
    color: #ffd37a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.post-type-awards_entry #image_fields_metabox .ia-image-title {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff8eb !important;
}

.post-type-awards_entry #image_fields_metabox .ia-image-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    font-size: 12px;
}

.post-type-awards_entry #image_fields_metabox .ia-image-hero strong,
.post-type-awards_entry #image_fields_metabox .ia-image-copy-block strong {
    color: var(--ia-text);
}

.post-type-awards_entry #save_post_button.button,
.post-type-awards_entry #upload_project_images_button.button {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    font-weight: 800;
    letter-spacing: 0.15px;
    font-size: 12px;
    background: linear-gradient(135deg, #ffb85c, #ffd37a) !important;
    color: #20180c !important;
    box-shadow: 0 0 18px rgba(255, 190, 92, 0.16);
}

.post-type-awards_entry #upload_project_images_button.button {
    white-space: nowrap;
}

.post-type-awards_entry #image_fields_metabox .ia-featured-button.button {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 190, 152, 0.22) !important;
    background: rgba(255, 190, 152, 0.10);
    color: #fff4df;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.post-type-awards_entry #image_fields_metabox .ia-featured-button.button:hover,
.post-type-awards_entry #image_fields_metabox .ia-featured-button.button:focus {
    background: rgba(255, 190, 152, 0.16);
    color: #ffffff;
}

.post-type-awards_entry #save_post_button.button:hover,
.post-type-awards_entry #save_post_button.button:focus,
.post-type-awards_entry #upload_project_images_button.button:hover,
.post-type-awards_entry #upload_project_images_button.button:focus {
    background: linear-gradient(135deg, #ffc56f, #ffe08e) !important;
    color: #20180c !important;
}

.post-type-awards_entry #image_fields_metabox .button.button-secondary {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px !important;
    border-color: rgba(255, 255, 255, 0.10) !important;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ia-text);
    font-size: 11px;
}

.post-type-awards_entry #image_fields_metabox .button.button-secondary:hover,
.post-type-awards_entry #image_fields_metabox .button.button-secondary:focus {
    background: rgba(255, 255, 255, 0.09);
    color: var(--ia-text);
}

.post-type-awards_entry #image_fields_metabox #project_images_container {
    margin-top: 4px;
    gap: 10px !important;
}

.post-type-awards_entry #image_fields_metabox #project_images_container .image-container {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.post-type-awards_entry #image_fields_metabox #project_images_container .image-container img {
    display: block;
    border-radius: 18px;
}

.post-type-awards_entry #image_fields_metabox #project_images_container .remove-supplier {
    top: 10px;
    right: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(224, 90, 78, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.20);
}

.post-type-awards_entry #image_fields_metabox #project_images_container .image-container:hover .remove-supplier {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-type-awards_entry #image_fields_metabox .ui-sortable-placeholder {
    visibility: visible !important;
    border-radius: 18px;
    background: rgba(255, 225, 92, 0.08) !important;
    border: 1px dashed rgba(255, 225, 92, 0.42) !important;
}

.post-type-awards_entry #myprefix_authors_metabox,
.post-type-awards_entry #myprefix_supps_metabox {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.post-type-awards_entry #myprefix_authors_metabox {
    background:
        radial-gradient(circle at top right, rgba(240, 160, 154, 0.14) 0%, rgba(240, 160, 154, 0) 28%),
        linear-gradient(135deg, #171114 0%, #20151b 48%, #261920 100%);
}

.post-type-awards_entry #myprefix_supps_metabox {
    background:
        radial-gradient(circle at top right, rgba(93, 173, 226, 0.16) 0%, rgba(93, 173, 226, 0) 28%),
        linear-gradient(135deg, #10161a 0%, #132029 48%, #17252e 100%);
}

.post-type-awards_entry #myprefix_authors_metabox > .inside,
.post-type-awards_entry #myprefix_supps_metabox > .inside {
    margin: 0;
    padding: 14px;
    background: transparent;
}

.post-type-awards_entry #myprefix_authors_metabox .postbox-header,
.post-type-awards_entry #myprefix_supps_metabox .postbox-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-type-awards_entry #myprefix_authors_metabox .postbox-header {
    background:
        linear-gradient(135deg, rgba(240, 160, 154, 0.12), rgba(224, 90, 78, 0.08)),
        linear-gradient(135deg, #181116 0%, #23161d 100%);
}

.post-type-awards_entry #myprefix_supps_metabox .postbox-header {
    background:
        linear-gradient(135deg, rgba(93, 173, 226, 0.14), rgba(41, 128, 185, 0.08)),
        linear-gradient(135deg, #10171c 0%, #16232d 100%);
}

.post-type-awards_entry #myprefix_authors_metabox.closed .postbox-header,
.post-type-awards_entry #myprefix_supps_metabox.closed .postbox-header {
    border-bottom: none;
}

.post-type-awards_entry #myprefix_authors_metabox .hndle,
.post-type-awards_entry #myprefix_supps_metabox .hndle {
    padding: 18px 64px 18px 24px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.post-type-awards_entry #myprefix_authors_metabox .hndle .dashicons,
.post-type-awards_entry #myprefix_supps_metabox .hndle .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
}

.post-type-awards_entry #myprefix_authors_metabox .hndle .dashicons {
    background: rgba(240, 160, 154, 0.12);
    border: 1px solid rgba(240, 160, 154, 0.20);
    color: #ffb3ac;
}

.post-type-awards_entry #myprefix_supps_metabox .hndle .dashicons {
    background: rgba(93, 173, 226, 0.12);
    border: 1px solid rgba(93, 173, 226, 0.22);
    color: #8fd6ff;
}

.post-type-awards_entry #myprefix_authors_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #myprefix_authors_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #myprefix_authors_metabox .handle-actions .handlediv,
.post-type-awards_entry #myprefix_supps_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #myprefix_supps_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #myprefix_supps_metabox .handle-actions .handlediv {
    color: rgba(255, 255, 255, 0.72);
}

.post-type-awards_entry .ia-people-metabox {
    color: var(--ia-text);
}

.post-type-awards_entry .ia-people-intro {
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
}

.post-type-awards_entry .ia-people-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.post-type-awards_entry .ia-authors-metabox .ia-people-eyebrow {
    background: rgba(240, 160, 154, 0.12);
    border: 1px solid rgba(240, 160, 154, 0.20);
    color: #ffb3ac;
}

.post-type-awards_entry .ia-supps-metabox .ia-people-eyebrow {
    background: rgba(93, 173, 226, 0.12);
    border: 1px solid rgba(93, 173, 226, 0.22);
    color: #8fd6ff;
}

.post-type-awards_entry .ia-people-title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.post-type-awards_entry .ia-people-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.72;
    color: var(--ia-text-soft);
}

.post-type-awards_entry .ia-people-lead strong {
    color: #fff;
}

.post-type-awards_entry .authors-container,
.post-type-awards_entry .supps-container {
    display: grid;
    gap: 12px;
}

.post-type-awards_entry .author-row,
.post-type-awards_entry .supp-row {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow .2s, border-color .2s, transform .2s;
}

.post-type-awards_entry .author-row:hover,
.post-type-awards_entry .supp-row:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.post-type-awards_entry .author-card-head,
.post-type-awards_entry .supp-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.post-type-awards_entry .author-card-head {
    background: linear-gradient(135deg, rgba(240, 160, 154, 0.12), rgba(255, 255, 255, 0.03));
}

.post-type-awards_entry .supp-card-head {
    background: linear-gradient(135deg, rgba(93, 173, 226, 0.12), rgba(255, 255, 255, 0.03));
}

.post-type-awards_entry .author-avatar,
.post-type-awards_entry .supp-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.post-type-awards_entry .author-avatar {
    background: linear-gradient(135deg, #e05a4e, #f0a09a);
}

.post-type-awards_entry .supp-avatar {
    background: linear-gradient(135deg, #2980b9, #5dade2);
}

.post-type-awards_entry .author-drag-handle,
.post-type-awards_entry .supp-drag-handle {
    color: rgba(255, 255, 255, 0.46);
    font-size: 18px;
    cursor: move;
    padding: 0 4px;
    flex-shrink: 0;
    line-height: 1;
}

.post-type-awards_entry .author-drag-handle:hover,
.post-type-awards_entry .supp-drag-handle:hover {
    color: rgba(255, 255, 255, 0.78);
}

.post-type-awards_entry .author-card-title,
.post-type-awards_entry .supp-card-title {
    flex: 1;
    min-width: 0;
}

.post-type-awards_entry .author-card-name,
.post-type-awards_entry .supp-card-name {
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-type-awards_entry .author-card-name.empty,
.post-type-awards_entry .supp-card-name.empty {
    color: rgba(255, 255, 255, 0.42);
    font-style: italic;
    font-weight: 400;
}

.post-type-awards_entry .author-card-role,
.post-type-awards_entry .supp-card-role {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-type-awards_entry .author-card-role {
    color: #ffb3ac;
}

.post-type-awards_entry .supp-card-role {
    color: #8fd6ff;
}

.post-type-awards_entry .author-card-actions,
.post-type-awards_entry .supp-card-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.post-type-awards_entry .remove-author,
.post-type-awards_entry .copy-author,
.post-type-awards_entry .remove-supp,
.post-type-awards_entry .copy-supp {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    height: auto !important;
    border-radius: 999px !important;
    line-height: 1.4 !important;
}

.post-type-awards_entry .remove-author,
.post-type-awards_entry .remove-supp {
    color: #ffb3ac !important;
    border-color: rgba(255, 179, 172, 0.24) !important;
    background: rgba(255, 179, 172, 0.08) !important;
}

.post-type-awards_entry .copy-author,
.post-type-awards_entry .copy-supp {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.post-type-awards_entry .author-card-toggle,
.post-type-awards_entry .supp-card-toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    transition: transform .25s ease, background .2s;
    margin-left: 4px;
}

.post-type-awards_entry .author-card-toggle {
    background: rgba(240, 160, 154, 0.12);
    color: #ffb3ac;
}

.post-type-awards_entry .supp-card-toggle {
    background: rgba(93, 173, 226, 0.12);
    color: #8fd6ff;
}

.post-type-awards_entry .author-row.is-collapsed .author-card-toggle,
.post-type-awards_entry .supp-row.is-collapsed .supp-card-toggle {
    transform: rotate(-90deg);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.48);
}

.post-type-awards_entry .author-fields,
.post-type-awards_entry .supp-fields {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    padding: 14px;
}

.post-type-awards_entry .author-row.is-collapsed .author-fields,
.post-type-awards_entry .supp-row.is-collapsed .supp-fields {
    display: none;
}

.post-type-awards_entry .author-fields .field label,
.post-type-awards_entry .supp-fields .field label {
    display: block !important;
    width: auto !important;
    margin-bottom: 4px;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .author-fields .field input,
.post-type-awards_entry .author-fields .field select,
.post-type-awards_entry .supp-fields .field input,
.post-type-awards_entry .supp-fields .field select {
    width: 100%;
    min-height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.post-type-awards_entry .author-fields .field select,
.post-type-awards_entry .supp-fields .field select,
.post-type-awards_entry .ip-admin-grid select,
.post-type-awards_entry .ip-sponsor-box select,
.post-type-awards_entry .ia-workspace-status-select {
    color-scheme: dark;
    background-color: rgba(26, 29, 37, 0.96);
}

.post-type-awards_entry .author-fields .field select option,
.post-type-awards_entry .author-fields .field select optgroup,
.post-type-awards_entry .supp-fields .field select option,
.post-type-awards_entry .supp-fields .field select optgroup,
.post-type-awards_entry .ip-admin-grid select option,
.post-type-awards_entry .ip-admin-grid select optgroup,
.post-type-awards_entry .ip-sponsor-box select option,
.post-type-awards_entry .ip-sponsor-box select optgroup,
.post-type-awards_entry .ia-workspace-status-select option,
.post-type-awards_entry .ia-workspace-status-select optgroup {
    background: #1a1d25 !important;
    color: #ffffff !important;
}

.post-type-awards_entry .author-fields .field select option:checked,
.post-type-awards_entry .author-fields .field select option:hover,
.post-type-awards_entry .author-fields .field select option:focus,
.post-type-awards_entry .supp-fields .field select option:checked,
.post-type-awards_entry .supp-fields .field select option:hover,
.post-type-awards_entry .supp-fields .field select option:focus,
.post-type-awards_entry .ip-admin-grid select option:checked,
.post-type-awards_entry .ip-admin-grid select option:hover,
.post-type-awards_entry .ip-admin-grid select option:focus,
.post-type-awards_entry .ip-sponsor-box select option:checked,
.post-type-awards_entry .ip-sponsor-box select option:hover,
.post-type-awards_entry .ip-sponsor-box select option:focus,
.post-type-awards_entry .ia-workspace-status-select option:checked,
.post-type-awards_entry .ia-workspace-status-select option:hover,
.post-type-awards_entry .ia-workspace-status-select option:focus {
    background: #2a3140 !important;
    color: #ffffff !important;
}

.post-type-awards_entry .author-fields .field input:focus,
.post-type-awards_entry .author-fields .field select:focus {
    border-color: rgba(240, 160, 154, 0.44);
    outline: none;
    box-shadow: 0 0 0 3px rgba(224, 90, 78, 0.14);
}

.post-type-awards_entry .supp-fields .field input:focus,
.post-type-awards_entry .supp-fields .field select:focus {
    border-color: rgba(93, 173, 226, 0.48);
    outline: none;
    box-shadow: 0 0 0 3px rgba(41, 128, 185, 0.14);
}

.post-type-awards_entry .author-fields .field input.is-empty,
.post-type-awards_entry .author-fields .field select.is-empty,
.post-type-awards_entry .supp-fields .field input.is-empty,
.post-type-awards_entry .supp-fields .field select.is-empty {
    border-color: rgba(255, 139, 128, 0.54) !important;
    background: rgba(255, 139, 128, 0.06) !important;
}

.post-type-awards_entry .author-fields .field input.is-filled,
.post-type-awards_entry .author-fields .field select.is-filled,
.post-type-awards_entry .supp-fields .field input.is-filled,
.post-type-awards_entry .supp-fields .field select.is-filled {
    border-color: rgba(141, 224, 180, 0.54) !important;
    background: rgba(141, 224, 180, 0.06) !important;
}

.post-type-awards_entry .author-fields .field.field-role,
.post-type-awards_entry .supp-fields .field.field-role {
    grid-column: 1 / -1;
}

.post-type-awards_entry .author-missing,
.post-type-awards_entry .supp-missing {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(255, 139, 128, 0.10);
    border: 1px solid rgba(255, 139, 128, 0.24);
    color: #ffb3ac;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.post-type-awards_entry .ia-people-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.post-type-awards_entry #add-author,
.post-type-awards_entry #add-supp {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px !important;
    font-weight: 700 !important;
}

.post-type-awards_entry #add-author {
    border-color: rgba(240, 160, 154, 0.24) !important;
    color: #ffb3ac !important;
    background: rgba(240, 160, 154, 0.08) !important;
}

.post-type-awards_entry #add-supp {
    border-color: rgba(93, 173, 226, 0.24) !important;
    color: #8fd6ff !important;
    background: rgba(93, 173, 226, 0.08) !important;
}

.post-type-awards_entry #save_post_button_authors.button,
.post-type-awards_entry #save_post_button_supps.button {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px !important;
}

@media (max-width: 960px) {
    .post-type-awards_entry #image_fields_metabox .ia-image-topbar {
        align-items: flex-start;
    }

    .post-type-awards_entry #image_fields_metabox .ia-image-button-row {
        justify-content: flex-start;
    }

    .post-type-awards_entry .author-card-head,
    .post-type-awards_entry .supp-card-head {
        flex-wrap: wrap;
    }

    .post-type-awards_entry .author-card-actions,
    .post-type-awards_entry .supp-card-actions {
        width: 100%;
    }
}

.post-type-awards_entry #social_profiles_metabox,
.post-type-awards_entry #project_messages_metabox {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.post-type-awards_entry #social_profiles_metabox {
    background:
        radial-gradient(circle at top right, rgba(167, 139, 250, 0.18) 0%, rgba(167, 139, 250, 0) 28%),
        linear-gradient(135deg, #15111e 0%, #1d1630 48%, #241d3a 100%);
}

.post-type-awards_entry #project_messages_metabox {
    background:
        radial-gradient(circle at top right, rgba(99, 91, 255, 0.18) 0%, rgba(99, 91, 255, 0) 28%),
        linear-gradient(135deg, #11131c 0%, #151c2b 48%, #192132 100%);
}

.post-type-awards_entry #social_profiles_metabox > .inside,
.post-type-awards_entry #project_messages_metabox > .inside {
    margin: 0;
    padding: 14px;
    background: transparent;
}

.post-type-awards_entry #social_profiles_metabox .postbox-header,
.post-type-awards_entry #project_messages_metabox .postbox-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-type-awards_entry #social_profiles_metabox .postbox-header {
    background:
        linear-gradient(135deg, rgba(167, 139, 250, 0.16), rgba(99, 91, 255, 0.10)),
        linear-gradient(135deg, #171222 0%, #20172d 100%);
}

.post-type-awards_entry #project_messages_metabox .postbox-header {
    background:
        linear-gradient(135deg, rgba(99, 91, 255, 0.18), rgba(167, 139, 250, 0.08)),
        linear-gradient(135deg, #121624 0%, #182033 100%);
}

.post-type-awards_entry #social_profiles_metabox.closed .postbox-header,
.post-type-awards_entry #project_messages_metabox.closed .postbox-header {
    border-bottom: none;
}

.post-type-awards_entry #social_profiles_metabox .hndle,
.post-type-awards_entry #project_messages_metabox .hndle {
    padding: 18px 64px 18px 24px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.post-type-awards_entry #social_profiles_metabox .hndle .dashicons,
.post-type-awards_entry #project_messages_metabox .hndle .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    background: rgba(167, 139, 250, 0.12);
    border: 1px solid rgba(167, 139, 250, 0.22);
    color: #c8b5ff;
}

.post-type-awards_entry #social_profiles_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #social_profiles_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #social_profiles_metabox .handle-actions .handlediv,
.post-type-awards_entry #project_messages_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #project_messages_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #project_messages_metabox .handle-actions .handlediv {
    color: rgba(255, 255, 255, 0.72);
}

.post-type-awards_entry .ia-aux-metabox {
    color: var(--ia-text);
}

.post-type-awards_entry .ia-aux-intro {
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
}

.post-type-awards_entry .ia-aux-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background: rgba(167, 139, 250, 0.12);
    border: 1px solid rgba(167, 139, 250, 0.22);
    color: #c8b5ff;
}

.post-type-awards_entry .ia-aux-title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.post-type-awards_entry .ia-aux-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.72;
    color: var(--ia-text-soft);
}

.post-type-awards_entry .isp-empty,
.post-type-awards_entry .pmb-status {
    color: var(--ia-text-muted);
    font-size: 13px;
}

.post-type-awards_entry .isp-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-type-awards_entry .isp-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 14px 16px;
}

.post-type-awards_entry .isp-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.post-type-awards_entry .isp-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg,#635BFF,#a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.post-type-awards_entry .isp-name {
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.post-type-awards_entry .isp-firma,
.post-type-awards_entry .isp-email-tag,
.post-type-awards_entry .isp-shared {
    font-size: 13px;
    line-height: 1.6;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .isp-role {
    font-size: 11px;
    background: rgba(167, 139, 250, 0.12);
    color: #c8b5ff;
    border: 1px solid rgba(167, 139, 250, 0.2);
    border-radius: 999px;
    padding: 2px 10px;
    margin-left: auto;
    white-space: nowrap;
}

.post-type-awards_entry .isp-social-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.post-type-awards_entry .isp-social-field {
    flex: 1 0 180px;
}

.post-type-awards_entry .isp-social-field label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--ia-text-muted);
    margin-bottom: 4px;
}

.post-type-awards_entry .isp-social-field label .isp-icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.post-type-awards_entry .isp-social-field label .isp-icon svg {
    width: 12px;
    height: 12px;
    display: block;
    fill: currentColor;
}

.post-type-awards_entry .isp-icon-fb { background:#1877F2; color:#fff; }
.post-type-awards_entry .isp-icon-ig { background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; }
.post-type-awards_entry .isp-icon-li { background:#0A66C2; color:#fff; }

.post-type-awards_entry .isp-social-field input {
    width: 100%;
    min-height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
}

.post-type-awards_entry .isp-social-field input:focus {
    border-color: rgba(167, 139, 250, 0.44);
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.14);
}

.post-type-awards_entry .isp-social-field input.has-value {
    border-color: rgba(167, 139, 250, 0.44);
    background: rgba(167, 139, 250, 0.08);
}

.post-type-awards_entry .pmb-unread-wrap {
    margin-bottom: 12px;
}

.post-type-awards_entry .pmb-unread-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e05a4e;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
}

.post-type-awards_entry .pmb-thread {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 420px;
    overflow-y: auto;
    padding: 4px 2px 8px;
    margin-bottom: 14px;
    scroll-behavior: smooth;
}

.post-type-awards_entry .pmb-thread::-webkit-scrollbar { width: 4px; }
.post-type-awards_entry .pmb-thread::-webkit-scrollbar-thumb { background: rgba(255,255,255,.18); border-radius: 4px; }

.post-type-awards_entry .pmb-bubble {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.post-type-awards_entry .pmb-bubble.from-user { align-self: flex-end; align-items: flex-end; }
.post-type-awards_entry .pmb-bubble.from-admin { align-self: flex-start; align-items: flex-start; }

.post-type-awards_entry .pmb-bubble-inner {
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.68;
    word-break: break-word;
}

.post-type-awards_entry .from-user .pmb-bubble-inner {
    background: linear-gradient(135deg,#635BFF,#8b7dff);
    color: #fff;
    border-bottom-right-radius: 4px;
}

.post-type-awards_entry .from-admin .pmb-bubble-inner {
    background: rgba(255,255,255,.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    border-bottom-left-radius: 4px;
}

.post-type-awards_entry .pmb-meta {
    font-size: 12px;
    color: var(--ia-text-muted);
    margin-top: 3px;
    padding: 0 4px;
}

.post-type-awards_entry .pmb-unread-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #e05a4e;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
}

.post-type-awards_entry .pmb-empty {
    text-align: center;
    padding: 32px 16px;
    color: var(--ia-text-muted);
    font-size: 13px;
}

.post-type-awards_entry .pmb-empty .pmb-empty-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.post-type-awards_entry .pmb-compose {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 12px;
}

.post-type-awards_entry .pmb-compose textarea {
    flex: 1;
    min-height: 42px;
    max-height: 120px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.05);
    color: #fff;
    padding: 9px 12px;
    font-size: 13px;
    resize: none;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit;
}

.post-type-awards_entry .pmb-compose textarea:focus {
    border-color: rgba(167, 139, 250, 0.44);
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.14);
}

.post-type-awards_entry .pmb-send-btn {
    background: linear-gradient(135deg,#635BFF,#a78bfa) !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 9px 18px !important;
    font-size: 13px !important;
    height: auto !important;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .post-type-awards_entry .isp-social-field {
        flex-basis: 100%;
    }

    .post-type-awards_entry .pmb-bubble {
        max-width: 92%;
    }
}

.post-type-awards_entry .ia-metabox-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px 24px;
    margin-bottom: 18px;
    padding: 24px 24px 22px;
    border-radius: var(--ia-radius-xl);
    background:
        radial-gradient(circle at top right, rgba(213, 153, 251, 0.18) 0%, rgba(213, 153, 251, 0) 24%),
        linear-gradient(135deg, #0a0b10 0%, #11131b 52%, #17111f 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 18px 44px rgba(0, 0, 0, 0.24);
}

.post-type-awards_entry .ia-metabox-intro-copy {
    max-width: 780px;
}

.post-type-awards_entry .ia-metabox-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(93, 26, 245, 0.16);
    border: 1px solid rgba(93, 26, 245, 0.38);
    color: var(--ia-warm);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.post-type-awards_entry .ia-metabox-title {
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.03;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: var(--ia-text);
}

.post-type-awards_entry .ia-metabox-lead {
    margin: 0;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--ia-text-soft);
}

.post-type-awards_entry .ia-action-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-type-awards_entry .ia-button-primary.button,
.post-type-awards_entry .ia-button-secondary.button {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    font-weight: 800;
    letter-spacing: 0.2px;
    box-shadow: none;
}

.post-type-awards_entry .ia-button-primary.button {
    background: linear-gradient(135deg, var(--ia-accent-strong), var(--ia-accent));
    color: #fff;
    box-shadow: 0 0 24px rgba(93, 26, 245, 0.32);
}

.post-type-awards_entry .ia-button-primary.button:hover,
.post-type-awards_entry .ia-button-primary.button:focus {
    background: linear-gradient(135deg, #6d29ff, #dea6ff);
    color: #fff;
}

.post-type-awards_entry .ia-button-secondary.button {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.10) !important;
    color: var(--ia-text);
}

.post-type-awards_entry .ia-button-secondary.button:hover,
.post-type-awards_entry .ia-button-secondary.button:focus {
    background: rgba(255, 255, 255, 0.09);
    color: var(--ia-text);
}

.post-type-awards_entry .ia-project-metabox .pf-card {
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid var(--ia-border);
    border-radius: 24px;
    background: var(--ia-panel);
    box-shadow: var(--ia-shadow-soft);
}

.post-type-awards_entry .ia-project-metabox .pf-card-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background:
        linear-gradient(135deg, rgba(213, 153, 251, 0.16), rgba(213, 153, 251, 0.03)),
        linear-gradient(135deg, #161925 0%, #1a1e2b 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.post-type-awards_entry .ia-project-metabox .pf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 190, 152, 0.10);
    border: 1px solid rgba(255, 190, 152, 0.22);
    font-size: 18px;
    flex-shrink: 0;
}

.post-type-awards_entry .ia-project-metabox .pf-card-head h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--ia-text);
}

.post-type-awards_entry .ia-project-metabox .pf-card-body,
.post-type-awards_entry .ia-project-metabox .pf-desc-grid,
.post-type-awards_entry .ia-project-metabox .ia-status-grid {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.post-type-awards_entry .ia-project-metabox .pf-card-body {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.post-type-awards_entry .ia-project-metabox .pf-card-body.pf-card-body-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-type-awards_entry .ia-project-metabox .pf-card-body.pf-card-body-summary {
    grid-template-columns: minmax(0, 2.2fr) minmax(180px, 0.9fr) minmax(180px, 0.9fr);
    align-items: end;
}

.post-type-awards_entry .ia-project-metabox .pf-card-body.pf-card-body-summary .pf-field.full {
    grid-column: auto;
}

.post-type-awards_entry .ia-project-metabox .pf-desc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-type-awards_entry .ia-project-metabox .ia-status-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.post-type-awards_entry .ia-project-metabox .pf-field,
.post-type-awards_entry .ia-project-metabox .pf-desc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.post-type-awards_entry .ia-project-metabox .pf-field.full {
    grid-column: 1 / -1;
}

.post-type-awards_entry .ia-project-metabox .pf-field label,
.post-type-awards_entry .ia-project-metabox .pf-desc-label {
    display: block !important;
    width: auto !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .ia-project-metabox .pf-field input,
.post-type-awards_entry .ia-project-metabox .pf-field select,
.post-type-awards_entry .ia-project-metabox .pf-field textarea,
.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: var(--ia-text);
    font-size: 15px;
    line-height: 1.55;
    box-sizing: border-box;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea {
    min-height: 220px;
    resize: vertical;
}

.post-type-awards_entry .ia-project-metabox .pf-field select {
    appearance: auto;
    color-scheme: dark;
    background-color: rgba(26, 29, 37, 0.96);
}

.post-type-awards_entry .ia-project-metabox .pf-field select option,
.post-type-awards_entry .ia-project-metabox .pf-field select optgroup {
    background: #1a1d25 !important;
    color: #ffffff !important;
}

.post-type-awards_entry .ia-project-metabox .pf-field select option:checked,
.post-type-awards_entry .ia-project-metabox .pf-field select option:hover,
.post-type-awards_entry .ia-project-metabox .pf-field select option:focus {
    background: #2a3140 !important;
    color: #ffffff !important;
}

.post-type-awards_entry .ia-project-metabox .pf-field input::placeholder,
.post-type-awards_entry .ia-project-metabox .pf-field textarea::placeholder,
.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.36);
}

.post-type-awards_entry .ia-project-metabox .pf-field input:focus,
.post-type-awards_entry .ia-project-metabox .pf-field select:focus,
.post-type-awards_entry .ia-project-metabox .pf-field textarea:focus,
.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea:focus {
    outline: none;
    border-color: rgba(213, 153, 251, 0.58);
    box-shadow: 0 0 0 3px rgba(93, 26, 245, 0.18);
    background: rgba(255, 255, 255, 0.07);
}

.post-type-awards_entry .ia-project-metabox .pf-field input.is-empty,
.post-type-awards_entry .ia-project-metabox .pf-field select.is-empty,
.post-type-awards_entry .ia-project-metabox .pf-field textarea.is-empty,
.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea.is-empty {
    border-color: rgba(255, 139, 128, 0.58) !important;
    background: rgba(255, 139, 128, 0.06) !important;
}

.post-type-awards_entry .ia-project-metabox .pf-field input.is-filled,
.post-type-awards_entry .ia-project-metabox .pf-field select.is-filled,
.post-type-awards_entry .ia-project-metabox .pf-field textarea.is-filled,
.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea.is-filled {
    border-color: rgba(141, 224, 180, 0.58) !important;
    background: rgba(141, 224, 180, 0.06) !important;
}

.post-type-awards_entry .ia-project-metabox .pf-unit {
    position: relative;
}

.post-type-awards_entry .ia-project-metabox .pf-unit input {
    padding-right: 42px;
}

.post-type-awards_entry .ia-project-metabox .pf-unit span {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: var(--ia-text-muted);
    font-size: 12px;
    pointer-events: none;
}

.post-type-awards_entry .ia-project-metabox .pf-warn,
.post-type-awards_entry .ia-project-metabox #pf-desc-hint {
    grid-column: 1 / -1;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.75;
    background: var(--ia-warning-bg);
    border: 1px solid var(--ia-warning-border);
    color: rgba(255, 255, 255, 0.84);
}

.post-type-awards_entry .ia-project-metabox .pf-warn {
    display: none;
}

.post-type-awards_entry .ia-project-metabox .pf-student-field {
    display: none;
}

.post-type-awards_entry .ia-project-metabox .pf-student-field span {
    font-size: 12px !important;
    color: var(--ia-text-muted) !important;
    margin-top: 2px;
}

.post-type-awards_entry .ia-project-metabox .pf-missing {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 139, 128, 0.10);
    border: 1px solid rgba(255, 139, 128, 0.24);
    color: var(--ia-danger);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.post-type-awards_entry .ia-project-metabox .pf-translate-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: var(--ia-warm);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.post-type-awards_entry .ia-project-metabox .pf-translate-link:hover,
.post-type-awards_entry .ia-project-metabox .pf-translate-link:focus {
    color: #ffd1b7;
}

.post-type-awards_entry .ia-project-metabox .pf-card-admin {
    background: linear-gradient(135deg, rgba(93, 26, 245, 0.10), rgba(213, 153, 251, 0.06)), #161927;
    border-color: var(--ia-border-strong);
}

.post-type-awards_entry .ia-project-metabox .pf-card-head-admin {
    background:
        linear-gradient(135deg, rgba(93, 26, 245, 0.18), rgba(213, 153, 251, 0.08)),
        linear-gradient(135deg, #171421 0%, #1e1830 100%);
}

.post-type-awards_entry .ia-project-metabox .ia-status-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.post-type-awards_entry .ia-project-metabox .ia-status-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--ia-accent-strong);
    flex-shrink: 0;
}

.post-type-awards_entry .ia-project-metabox .ia-status-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post-type-awards_entry .ia-project-metabox .ia-status-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--ia-text);
}

.post-type-awards_entry .ia-project-metabox .ia-status-desc {
    font-size: 12px;
    line-height: 1.6;
    color: var(--ia-text-muted);
}

@media (max-width: 960px) {
    .post-type-awards_entry .ia-metabox {
        padding: 14px;
        border-radius: 24px;
    }

    .post-type-awards_entry .ia-metabox-intro {
        padding: 18px;
        border-radius: 20px;
    }

    .post-type-awards_entry .ia-project-metabox .pf-card-body.pf-card-body-summary,
    .post-type-awards_entry .ia-project-metabox .pf-card-body.pf-card-body-two-col,
    .post-type-awards_entry .ia-project-metabox .pf-desc-grid {
        grid-template-columns: 1fr;
    }
}

.post-type-awards_entry #intebold_payment_metabox {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #110f15 0%, #17131d 100%);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
}

.post-type-awards_entry #intebold_payment_metabox .postbox-header {
    border-bottom: 1px solid rgba(255, 210, 132, 0.14);
    background:
        linear-gradient(135deg, rgba(255, 199, 115, 0.12), rgba(255, 152, 108, 0.08)),
        linear-gradient(135deg, #241a16 0%, #2d2118 100%);
}

.post-type-awards_entry #intebold_payment_metabox.closed .postbox-header {
    border-bottom: none;
}

.post-type-awards_entry #intebold_payment_metabox .hndle {
    padding: 18px 64px 18px 24px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.post-type-awards_entry #intebold_payment_metabox .hndle .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    background: rgba(255, 199, 115, 0.10);
    border: 1px solid rgba(255, 199, 115, 0.22);
    color: #ffd28c;
}

.post-type-awards_entry #intebold_payment_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #intebold_payment_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #intebold_payment_metabox .handle-actions .handlediv {
    color: rgba(255, 255, 255, 0.72);
}

.post-type-awards_entry .ia-payment-metabox {
    color: var(--ia-text);
}

.post-type-awards_entry .ia-payment-intro {
    background:
        linear-gradient(135deg, rgba(255, 199, 115, 0.08), rgba(255, 152, 108, 0.04)),
        rgba(255, 255, 255, 0.03);
}

.post-type-awards_entry .ia-payment-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 4px 0 2px;
}

.post-type-awards_entry .ip-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.post-type-awards_entry .ip-badge-subtext {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
}

.post-type-awards_entry .ip-badge-unpaid {
    background: rgba(255, 125, 113, 0.14);
    border: 1px solid rgba(255, 125, 113, 0.22);
    color: #ffb2ab;
}

.post-type-awards_entry .ip-badge-paid {
    background: rgba(103, 222, 156, 0.14);
    border: 1px solid rgba(103, 222, 156, 0.24);
    color: #b7ffd4;
}

.post-type-awards_entry .ip-badge-free {
    background: rgba(168, 139, 250, 0.14);
    border: 1px solid rgba(168, 139, 250, 0.22);
    color: #d7c3ff;
}

.post-type-awards_entry .ip-badge-requested {
    background: rgba(255, 210, 132, 0.14);
    border: 1px solid rgba(255, 210, 132, 0.24);
    color: #ffdca8;
}

.post-type-awards_entry .ip-request-note,
.post-type-awards_entry .ip-pay-note,
.post-type-awards_entry .ip-sponsor-help {
    font-size: 12px;
    line-height: 1.65;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .ip-request-note {
    margin-top: -6px;
}

.post-type-awards_entry .ip-tiers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.post-type-awards_entry .ip-tier-card {
    padding: 16px 16px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.post-type-awards_entry .ip-tier-card.state-past,
.post-type-awards_entry .ip-tier-card.state-future {
    opacity: 0.62;
}

.post-type-awards_entry .ip-tier-card.state-active {
    background:
        linear-gradient(135deg, rgba(255, 199, 115, 0.10), rgba(255, 152, 108, 0.04)),
        rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 199, 115, 0.30);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.post-type-awards_entry .ip-tier-card .tc-emoji {
    font-size: 20px;
    margin-bottom: 6px;
}

.post-type-awards_entry .ip-tier-card .tc-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .ip-tier-card.state-active .tc-label {
    color: #ffd28c;
}

.post-type-awards_entry .ip-tier-card .tc-price {
    margin: 8px 0 6px;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
}

.post-type-awards_entry .ip-tier-card.state-past .tc-price,
.post-type-awards_entry .ip-tier-card.state-future .tc-price {
    color: rgba(255, 255, 255, 0.58);
}

.post-type-awards_entry .ip-tier-card .tc-dates {
    font-size: 12px;
    line-height: 1.5;
    color: var(--ia-text-soft);
}

.post-type-awards_entry .ip-tier-card .tc-badge {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.post-type-awards_entry .tc-badge-past {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.62);
}

.post-type-awards_entry .tc-badge-active {
    background: rgba(255, 210, 132, 0.16);
    color: #ffdca8;
}

.post-type-awards_entry .tc-badge-active.urgent {
    background: rgba(255, 125, 113, 0.16);
    color: #ffb2ab;
}

.post-type-awards_entry .tc-badge-future {
    background: rgba(168, 139, 250, 0.14);
    color: #d7c3ff;
}

.post-type-awards_entry .ip-free-note,
.post-type-awards_entry .ip-history-note,
.post-type-awards_entry .ip-said-box,
.post-type-awards_entry .ip-said-used,
.post-type-awards_entry .ip-sponsor-box,
.post-type-awards_entry .ip-admin-section details,
.post-type-awards_entry .ip-paid-grid .cell {
    border-radius: 18px;
}

.post-type-awards_entry .ip-free-note,
.post-type-awards_entry .ip-history-note,
.post-type-awards_entry .ip-said-used,
.post-type-awards_entry .ip-said-box,
.post-type-awards_entry .ip-paid-grid,
.post-type-awards_entry .ip-admin-section details,
.post-type-awards_entry .ip-sponsor-box {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.post-type-awards_entry .ip-free-note,
.post-type-awards_entry .ip-history-note,
.post-type-awards_entry .ip-said-used,
.post-type-awards_entry .ip-said-box,
.post-type-awards_entry .ip-sponsor-box,
.post-type-awards_entry .ip-admin-section details {
    padding: 14px 16px;
}

.post-type-awards_entry .ip-free-note {
    background: rgba(168, 139, 250, 0.12);
    color: #d7c3ff;
}

.post-type-awards_entry .ip-history-note {
    background: rgba(91, 177, 255, 0.10);
    color: #d7ecff;
    line-height: 1.75;
}

.post-type-awards_entry .ip-free-note-said {
    background: rgba(91, 177, 255, 0.12);
    color: #bfe2ff;
    border-left: 4px solid #5bb1ff;
}

.post-type-awards_entry .ip-said-used {
    background: rgba(255, 210, 132, 0.10);
    color: #ffdca8;
}

.post-type-awards_entry .ip-said-used a,
.post-type-awards_entry .ip-pay-note a,
.post-type-awards_entry .ip-pay-alert a,
.post-type-awards_entry .ip-settings-link {
    color: #ffd28c;
}

.post-type-awards_entry .ip-said-box {
    background: rgba(91, 177, 255, 0.08);
    color: #d8efff;
}

.post-type-awards_entry .ip-said-check {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    width: 100% !important;
    color: inherit;
}

.post-type-awards_entry .ip-said-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #5bb1ff;
    flex-shrink: 0;
}

.post-type-awards_entry .ip-said-label {
    font-size: 14px;
    font-weight: 800;
    color: #d8efff;
}

.post-type-awards_entry .ip-said-desc {
    margin: 8px 0 0 28px;
    font-size: 12px;
    line-height: 1.65;
    color: #a7cde8;
}

.post-type-awards_entry .ip-pay-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.post-type-awards_entry .ip-pay-btn,
.post-type-awards_entry .ip-sponsor-toggle,
.post-type-awards_entry .ip-sponsor-send-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
}

.post-type-awards_entry .ip-pay-btn {
    background: linear-gradient(135deg, #ffcf74 0%, #ffb75f 100%);
    color: #20140c !important;
}

.post-type-awards_entry .ip-pay-btn:hover,
.post-type-awards_entry .ip-pay-btn:focus {
    background: linear-gradient(135deg, #ffd68a 0%, #ffc170 100%);
    color: #20140c !important;
}

.post-type-awards_entry .ip-pay-alert,
.post-type-awards_entry .ip-sponsor-empty {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #ffb2ab;
}

.post-type-awards_entry .ip-sponsor-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-type-awards_entry .ip-sponsor-toggle {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 199, 115, 0.22);
    color: #ffd28c;
    cursor: pointer;
}

.post-type-awards_entry .ip-sponsor-toggle:hover,
.post-type-awards_entry .ip-sponsor-toggle:focus {
    background: rgba(255, 199, 115, 0.12);
    color: #fff0cf;
}

.post-type-awards_entry .ip-sponsor-box {
    display: none;
    background: rgba(255, 255, 255, 0.04);
}

.post-type-awards_entry .ip-sponsor-box.open {
    display: block;
}

.post-type-awards_entry .ip-sponsor-box select,
.post-type-awards_entry .ip-admin-grid input,
.post-type-awards_entry .ip-admin-grid select,
.post-type-awards_entry .ip-paid-grid input {
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 10px 12px;
    font-size: 13px;
}

.post-type-awards_entry .ip-sponsor-box select option,
.post-type-awards_entry .ip-admin-grid select option {
    color: #1a1a1a;
}

.post-type-awards_entry .ip-sponsor-send-btn {
    margin-top: 12px !important;
    background: linear-gradient(135deg, #7a5cff 0%, #b38cff 100%) !important;
    border: none !important;
    color: #fff !important;
}

.post-type-awards_entry .ip-sponsor-send-btn:hover,
.post-type-awards_entry .ip-sponsor-send-btn:focus {
    background: linear-gradient(135deg, #8a70ff 0%, #bf9dff 100%) !important;
}

.post-type-awards_entry .ip-sponsor-msg {
    display: none;
    margin-left: 10px;
    font-size: 13px;
}

.post-type-awards_entry .ip-sponsor-log {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed rgba(255, 255, 255, 0.10);
}

.post-type-awards_entry .ip-sponsor-log-title,
.post-type-awards_entry .ip-paid-grid label,
.post-type-awards_entry .ip-admin-grid label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .ip-sponsor-log-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 12px;
    color: var(--ia-text-soft);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.post-type-awards_entry .ip-sponsor-log-item .log-email {
    font-weight: 700;
    color: #fff;
}

.post-type-awards_entry .ip-sponsor-log-item .log-by,
.post-type-awards_entry .ip-sponsor-log-item .log-date {
    color: var(--ia-text-muted);
}

.post-type-awards_entry .ip-sponsor-log-item .log-date {
    margin-left: auto;
}

.post-type-awards_entry .ip-paid-grid,
.post-type-awards_entry .ip-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.post-type-awards_entry .ip-paid-grid .cell,
.post-type-awards_entry .ip-admin-grid .cell {
    min-width: 0;
}

.post-type-awards_entry .ip-paid-grid .cell {
    padding: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.post-type-awards_entry .ip-paid-grid input[readonly] {
    background: rgba(255, 255, 255, 0.03);
}

.post-type-awards_entry .ip-admin-section details {
    background: rgba(255, 255, 255, 0.04);
}

.post-type-awards_entry .ip-admin-section summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}

.post-type-awards_entry .ip-settings-link {
    margin-left: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.post-type-awards_entry .ip-admin-grid {
    margin-top: 14px;
}

.post-type-awards_entry .ip-paid-grid .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255, 199, 115, 0.24);
    background: rgba(255, 199, 115, 0.10);
    color: #ffd28c;
}

@media (max-width: 960px) {
    .post-type-awards_entry .ip-tiers,
    .post-type-awards_entry .ip-paid-grid,
    .post-type-awards_entry .ip-admin-grid {
        grid-template-columns: 1fr;
    }

    .post-type-awards_entry .ip-badge {
        width: 100%;
        justify-content: center;
    }
}

.post-type-awards_entry #intebold_workspace_metabox {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #0f1017 0%, #131520 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.post-type-awards_entry #intebold_workspace_metabox .postbox-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(122, 92, 255, 0.16), rgba(255, 199, 115, 0.08)),
        linear-gradient(135deg, #151726 0%, #1c1f31 100%);
}

.post-type-awards_entry #intebold_workspace_metabox.closed .postbox-header {
    border-bottom: none;
}

.post-type-awards_entry #intebold_workspace_metabox .hndle {
    padding: 18px 64px 18px 24px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.post-type-awards_entry #intebold_workspace_metabox .hndle .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    background: rgba(122, 92, 255, 0.14);
    border: 1px solid rgba(122, 92, 255, 0.24);
    color: #d9cbff;
}

.post-type-awards_entry #intebold_workspace_metabox .handle-actions .handle-order-higher,
.post-type-awards_entry #intebold_workspace_metabox .handle-actions .handle-order-lower,
.post-type-awards_entry #intebold_workspace_metabox .handle-actions .handlediv {
    color: rgba(255, 255, 255, 0.72);
}

.post-type-awards_entry .ia-workspace {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: var(--ia-text);
}

.post-type-awards_entry .ia-workspace-header {
    padding: 2px 2px 0;
}

.post-type-awards_entry .ia-workspace-header-copy-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
}

.post-type-awards_entry .ia-workspace-header-copy-wrap-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    justify-content: stretch;
    gap: 18px;
}

.post-type-awards_entry .ia-workspace-title-slot {
    flex: 1 1 auto;
    min-width: 0;
}

.post-type-awards_entry .ia-workspace-title-shell,
.post-type-awards_entry .ia-workspace-actions-shell {
    min-width: 0;
    display: grid;
    grid-template-rows: 1fr;
    gap: 0;
}

.post-type-awards_entry .ia-workspace-header-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 100%;
    padding: 12px 14px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(255, 199, 115, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
}

.post-type-awards_entry .ia-workspace-actions-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.post-type-awards_entry .ia-workspace-deadline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    text-align: right;
    white-space: nowrap;
}

.post-type-awards_entry .ia-workspace-deadline-headline {
    color: #fff4de;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.post-type-awards_entry .ia-workspace-deadline-meta {
    color: var(--ia-text-soft);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(122, 92, 255, 0.10), rgba(255, 199, 115, 0.04)),
        rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
    height: 100%;
}

.post-type-awards_entry .ia-workspace-title-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffd9a1;
    background: rgba(255, 199, 115, 0.10);
    border: 1px solid rgba(255, 199, 115, 0.18);
}

.post-type-awards_entry .ia-workspace-title-shell > .ia-workspace-title-label,
.post-type-awards_entry .ia-workspace-actions-shell > .ia-workspace-title-label {
    display: none;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #titlewrap {
    margin-bottom: 0;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #title {
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.07)),
        rgba(16, 17, 25, 0.86);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #title:focus {
    border-color: rgba(255, 199, 115, 0.32);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08)),
        rgba(20, 22, 32, 0.92);
    box-shadow: 0 0 0 3px rgba(122, 92, 255, 0.18), 0 16px 32px rgba(0, 0, 0, 0.14);
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #title-prompt-text {
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 18px;
    line-height: 50px;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #edit-slug-box,
.post-type-awards_entry .ia-workspace-title-slot #titlediv .inside {
    margin: 0;
    color: var(--ia-text-soft);
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #edit-slug-box {
    padding: 0 2px 2px;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #edit-slug-box a {
    color: #ffd28c;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv #edit-slug-box strong {
    color: #fff;
}

.post-type-awards_entry .ia-workspace-title-slot #titlediv .edit-slug,
.post-type-awards_entry .ia-workspace-title-slot #titlediv .edit-slug-button,
.post-type-awards_entry .ia-workspace-title-slot #titlediv .save,
.post-type-awards_entry .ia-workspace-title-slot #titlediv .cancel {
    border-radius: 12px !important;
}

.post-type-awards_entry .ia-workspace-tabs {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.post-type-awards_entry .ia-workspace-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ia-text-soft);
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.post-type-awards_entry .ia-workspace-tab-label {
    position: relative;
}

.post-type-awards_entry .ia-workspace-tab:hover,
.post-type-awards_entry .ia-workspace-tab:focus {
    border-color: rgba(255, 199, 115, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.post-type-awards_entry .ia-workspace-tab.is-active {
    border-color: rgba(255, 199, 115, 0.42);
    background: linear-gradient(135deg, rgba(122, 92, 255, 0.30), rgba(255, 199, 115, 0.18));
    color: #fff;
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 199, 115, 0.12) inset, 0 0 0 4px rgba(122, 92, 255, 0.12);
    transform: translateY(-3px);
}

.post-type-awards_entry .ia-workspace-tab.is-active .ia-workspace-tab-icon {
    transform: scale(1.12);
    color: #fff;
}

.post-type-awards_entry .ia-workspace-tab.is-active .ia-workspace-tab-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffcf74 0%, #b38cff 100%);
}

.post-type-awards_entry .ia-workspace-tab-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.72);
    transition: transform 0.18s ease, color 0.18s ease;
    flex: 0 0 18px;
}

.post-type-awards_entry .ia-workspace-tab-label {
    line-height: 1.15;
}

.post-type-awards_entry .ia-workspace-body {
    min-height: 240px;
}

.post-type-awards_entry .ia-workspace-panel[hidden] {
    display: none !important;
}

.post-type-awards_entry .ia-workspace-panel {
    animation: iaWorkspaceFade 0.22s ease;
    padding: 10px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top left, rgba(255, 199, 115, 0.05), transparent 30%),
        rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.post-type-awards_entry .ia-workspace-panel.is-active {
    border-color: rgba(255, 199, 115, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 199, 115, 0.05), 0 18px 34px rgba(0, 0, 0, 0.14);
}

@keyframes iaWorkspaceFade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post-type-awards_entry .ia-workspace-panel-box {
    min-width: 0;
}

.post-type-awards_entry .ia-workspace-save.button,
.post-type-awards_entry .ia-workspace-preview.button,
.post-type-awards_entry .ia-workspace-publish.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.post-type-awards_entry .ia-workspace-actions-row > * {
    flex: 0 0 auto;
}

.post-type-awards_entry .ia-workspace-save.button {
    border: none;
    background: linear-gradient(135deg, #7a5cff 0%, #b38cff 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(73, 43, 176, 0.28);
}

.post-type-awards_entry .ia-workspace-save.button:hover,
.post-type-awards_entry .ia-workspace-save.button:focus {
    background: linear-gradient(135deg, #896bff 0%, #c3a2ff 100%);
    color: #fff;
}

.post-type-awards_entry .ia-workspace-preview.button {
    border: 1px solid rgba(255, 199, 115, 0.24);
    background: rgba(255, 255, 255, 0.05);
    color: #ffe0af;
}

.post-type-awards_entry .ia-workspace-preview.button:hover,
.post-type-awards_entry .ia-workspace-preview.button:focus {
    border-color: rgba(255, 199, 115, 0.36);
    background: rgba(255, 199, 115, 0.12);
    color: #fff2d5;
}

.post-type-awards_entry .ia-workspace-preview.button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.post-type-awards_entry .ia-workspace-publish.button {
    border: none;
    background: linear-gradient(135deg, #ffcf74 0%, #ffb45d 100%);
    color: #20140c;
    box-shadow: 0 14px 28px rgba(118, 73, 0, 0.18);
}

.post-type-awards_entry .ia-workspace-publish.button:hover,
.post-type-awards_entry .ia-workspace-publish.button:focus {
    background: linear-gradient(135deg, #ffd98d 0%, #ffc273 100%);
    color: #20140c;
}

.post-type-awards_entry .ia-workspace-publish.button[hidden],
.post-type-awards_entry .ia-workspace-save.button[hidden] {
    display: none !important;
}

.post-type-awards_entry .ia-workspace-status {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.post-type-awards_entry .ia-workspace-status-wrap {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 4px 6px 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    white-space: nowrap;
}

.post-type-awards_entry .ia-workspace-status-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ia-text-muted);
}

.post-type-awards_entry .ia-workspace-status-select {
    min-height: 30px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.post-type-awards_entry .ia-workspace-status-select option {
    color: #ffffff;
}

.post-type-awards_entry .author-fields .field input:focus,
.post-type-awards_entry .author-fields .field select:focus,
.post-type-awards_entry .supp-fields .field input:focus,
.post-type-awards_entry .supp-fields .field select:focus,
.post-type-awards_entry .isp-social-field input:focus,
.post-type-awards_entry .pmb-compose textarea:focus,
.post-type-awards_entry .ip-admin-grid input:focus,
.post-type-awards_entry .ip-admin-grid select:focus,
.post-type-awards_entry .ip-sponsor-box select:focus,
.post-type-awards_entry .ip-paid-grid input:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-color: rgba(255, 199, 115, 0.24) !important;
    box-shadow: 0 0 0 3px rgba(122, 92, 255, 0.16), 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

.post-type-awards_entry .author-fields .field input:hover,
.post-type-awards_entry .author-fields .field select:hover,
.post-type-awards_entry .supp-fields .field input:hover,
.post-type-awards_entry .supp-fields .field select:hover,
.post-type-awards_entry .isp-social-field input:hover,
.post-type-awards_entry .pmb-compose textarea:hover,
.post-type-awards_entry .ia-project-metabox .pf-field input:hover,
.post-type-awards_entry .ia-project-metabox .pf-field select:hover,
.post-type-awards_entry .ia-project-metabox .pf-field textarea:hover,
.post-type-awards_entry .ia-project-metabox .pf-desc-field textarea:hover,
.post-type-awards_entry .ip-admin-grid input:hover,
.post-type-awards_entry .ip-admin-grid select:hover,
.post-type-awards_entry .ip-sponsor-box select:hover,
.post-type-awards_entry .ip-paid-grid input:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

.post-type-awards_entry #save-action {
    display: none !important;
}

.post-type-awards_entry #post-body.ia-workspace-layout {
    margin-right: 0 !important;
}

.post-type-awards_entry #post-body.ia-workspace-layout.columns-2 #postbox-container-1 {
    display: none !important;
}

.post-type-awards_entry #post-body.ia-workspace-layout.columns-2 #postbox-container-2 {
    width: 100% !important;
    margin-right: 0 !important;
}

.post-type-awards_entry #post-body.ia-workspace-layout #post-body-content {
    margin-bottom: 0;
    min-height: 0;
}

.post-type-awards_entry .ia-workspace-panel-box > .ia-metabox,
.post-type-awards_entry .ia-workspace-panel-box > .ia-aux-metabox,
.post-type-awards_entry .ia-workspace-panel-box > .ia-people-metabox,
.post-type-awards_entry .ia-workspace-panel-box > .ia-image-text-block,
.post-type-awards_entry .ia-workspace-panel-box > .authors-container,
.post-type-awards_entry .ia-workspace-panel-box > .supps-container {
    margin-top: 0;
}

.post-type-awards_entry .ia-workspace-panel-box > .ia-image-text-block {
    margin-bottom: 18px;
}

.post-type-awards_entry #image_fields_metabox.ia-workspace-panel-box {
    display: grid;
    grid-template-columns: minmax(260px, 20%) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.post-type-awards_entry #image_fields_metabox.ia-workspace-panel-box > .ia-images-main-column {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.post-type-awards_entry #image_fields_metabox.ia-workspace-panel-box > .ia-images-main-column > .ia-image-text-block {
    margin-bottom: 18px;
}

.post-type-awards_entry .ia-featured-image-slot-wrap {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
}

.post-type-awards_entry .ia-featured-image-slot {
    min-height: 60px;
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv {
    position: sticky;
    top: 24px;
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv {
    margin: 0;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #19151d 0%, #14111a 100%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv .postbox-header {
    background:
        linear-gradient(135deg, rgba(255, 199, 115, 0.12), rgba(122, 92, 255, 0.08)),
        linear-gradient(135deg, #241a16 0%, #20192b 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv .hndle {
    padding: 18px 24px;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv .handle-actions {
    display: none;
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv.closed .inside,
.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside {
    display: block !important;
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside {
    padding: 20px 24px 24px;
    color: var(--ia-text-soft);
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside p,
.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside a,
.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside .howto {
    color: var(--ia-text-soft);
}

.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside .button,
.post-type-awards_entry .ia-featured-image-slot #postimagediv .inside .button-primary {
    border-radius: 999px;
}

@media (max-width: 1280px) {
    .post-type-awards_entry .ia-workspace-header-copy-wrap-actions {
        grid-template-columns: 1fr;
    }

    .post-type-awards_entry .ia-workspace-header-actions {
        flex-direction: column;
        align-items: stretch;
        min-width: 0;
    }

    .post-type-awards_entry .ia-workspace-actions-row {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .post-type-awards_entry .ia-workspace-deadline {
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left;
        white-space: normal;
    }

    .post-type-awards_entry .ia-workspace-title-slot #titlediv #edit-slug-box,
    .post-type-awards_entry .ia-workspace-title-slot #titlediv .inside {
        text-align: left;
    }

    .post-type-awards_entry .ia-workspace-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .post-type-awards_entry #image_fields_metabox.ia-workspace-panel-box {
        grid-template-columns: minmax(240px, 26%) minmax(0, 1fr);
    }
}

@media (max-width: 960px) {
    .post-type-awards_entry .ia-workspace-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .post-type-awards_entry .ia-workspace-header-actions {
        min-width: 0;
    }

    .post-type-awards_entry .ia-workspace-title-slot #titlediv #title {
        font-size: 18px;
    }

    .post-type-awards_entry #image_fields_metabox.ia-workspace-panel-box {
        grid-template-columns: 1fr;
    }

    .post-type-awards_entry #image_fields_metabox.ia-workspace-panel-box > .ia-images-main-column,
    .post-type-awards_entry .ia-featured-image-slot-wrap {
        grid-column: auto;
        grid-row: auto;
    }

    .post-type-awards_entry .ia-featured-image-slot {
        margin-bottom: 18px;
    }

    .post-type-awards_entry .ia-featured-image-slot #postimagediv {
        position: static;
        top: auto;
    }
}

@media (max-width: 640px) {
    .post-type-awards_entry .ia-workspace-tabs {
        grid-template-columns: 1fr;
    }
}
