/*
 * FilePath: ./style/post/post-content.css
 * Date: Wed Aug 27 2025
 * Description: Post Layout using the Old Layout System
 */

/* ----------------- Post Layout using the Old Layout System ---------------- */

[data-elementor-device-mode="desktop"] .width-25 a,
[data-elementor-device-mode="desktop"] .width-25 img {
    width: 25% !important;
}
[data-elementor-device-mode="desktop"] .width-50 a,
[data-elementor-device-mode="desktop"] .width-50 img {
    width: 50% !important;
}
[data-elementor-device-mode="desktop"] .width-75 a,
[data-elementor-device-mode="desktop"] .width-75 img {
    width: 75% !important;
}
[data-elementor-device-mode="desktop"] .width-100 a,
[data-elementor-device-mode="desktop"] .width-100 img {
    width: 100% !important;
}
[data-elementor-device-mode="tablet"] .width-25 a,
[data-elementor-device-mode="tablet"] .width-25 img {
    width: 50% !important;
}
[data-elementor-device-mode="tablet"] .width-50 a,
[data-elementor-device-mode="tablet"] .width-50 img {
    width: 75% !important;
}
[data-elementor-device-mode="tablet"] .width-75 a,
[data-elementor-device-mode="tablet"] .width-75 img {
    width: 75% !important;
}
[data-elementor-device-mode="tablet"] .width-100 a,
[data-elementor-device-mode="tablet"] .width-100 img {
    width: 100% !important;
}
[data-elementor-device-mode="mobile"] .width-25 a,
[data-elementor-device-mode="mobile"] .width-25 img {
    width: 75% !important;
}
[data-elementor-device-mode="mobile"] .width-50 a,
[data-elementor-device-mode="mobile"] .width-50 img {
    width: 75% !important;
}
[data-elementor-device-mode="mobile"] .width-75 a,
[data-elementor-device-mode="mobile"] .width-75 img {
    width: 75% !important;
}
[data-elementor-device-mode="mobile"] .width-100 a,
[data-elementor-device-mode="mobile"] .width-100 img {
    width: 100% !important;
}
[data-elementor-device-mode="desktop"] .col.post-col-width-33 {
    width: 35% !important;
}
[data-elementor-device-mode="desktop"] .col.post-content-width-33 {
    width: 65% !important;
}
[data-elementor-device-mode="desktop"] .col.post-col-width-50 {
    width: 50% !important;
}
[data-elementor-device-mode="desktop"] .col.post-content-width-50 {
    width: 50% !important;
}
[data-elementor-device-mode="desktop"] .col.col-left:nth-child(1),
[data-elementor-device-mode="tablet"] .col.col-left:nth-child(1) {
    order: 0;
}
[data-elementor-device-mode="desktop"] .col.col-right:nth-child(1),
[data-elementor-device-mode="tablet"] .col.col-right:nth-child(1) {
    order: 1;
}
