.elementor-709 .elementor-element.elementor-element-d3896d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-709 .elementor-element.elementor-element-9abe807{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-709 .elementor-element.elementor-element-426184d{--display:flex;}.elementor-709 .elementor-element.elementor-element-9ee23da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-709 .elementor-element.elementor-element-cab1984{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-709 .elementor-element.elementor-element-4cc8ff6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ea0afdb */.mp-bl-banner-section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.mp-bl-banner-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* rounded corners? Image doesn't show clearly. Let's keep it square for banner. */
}
.mp-bl-banner-img img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    /* Ensure height on mobile */
    object-fit: cover;
}
/* Text Overlay */
.mp-bl-banner-text-wrap {
    position: absolute;
    top: 20%;
    left: 10%;
    /* Specific positioning as per designs usually */
    z-index: 2;
}
.mp-bl-title {
    /* Web font or system Mincho */
    font-size: 3rem;
    /* Large size */
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-left: 20px;
    /* Space between line and text */
    border-left: 3px solid #000;
    /* Vertical line */
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    /* In case text overlaps complex image parts, though image seems to have white space there */
}
.mp-bl-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    width: 3px;
    /* Line thickness */
    height: 150%;
    /* 1.4 times the text height - Adjust this to make it longer/shorter */
    background-color: #000;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-bl-title {
        font-size: 1.8rem;
        padding-left: 15px;
        border-left-width: 3px;
    }
    .mp-bl-banner-text-wrap {
        top: 15%;
        left: 5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a645bf5 */.service-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* number circle */
.service-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 22px;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* text */
.service-text span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #444;
}

.service-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

/* themes */
.theme-blue  .service-number { background: #cceeff; }
.theme-green .service-number { background: #d9f2ce; }
.theme-yellow.service-number,
.theme-yellow .service-number { background: #fff5ca; }
.theme-pink  .service-number { background: #ffd6d6; }

/* responsive */
@media (max-width: 991px) {
    .service-summary {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }
}

@media (max-width: 600px) {
    .service-summary {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb2c075 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

.mp-section {
    padding: 80px 20px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
}

.mp-container {
    width: 100%;
    max-width: 1100px;
}

/* Header */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px;
}

.mp-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Light Green Brush */
.mp-title-bg-green-brush {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 120%;
    height: 50%;
    background-color: #dcedc8;
    /* Light Green */
    z-index: 1;
    opacity: 0.9;
    border-radius: 5px;
    /* Simulate brush texture roughly */
    box-shadow: 2px 2px 0px rgba(220, 237, 200, 0.5);
}

/* Brush tips */
.mp-title-bg-green-brush::before,
.mp-title-bg-green-brush::after {
    content: '';
    position: absolute;
    top: 10%;
    width: 10px;
    height: 80%;
    background-color: #dcedc8;
    border-radius: 50%;
}

.mp-title-bg-green-brush::before {
    left: -5px;
}

.mp-title-bg-green-brush::after {
    right: -5px;
}

.mp-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2;
    color: #444;
    text-align: justify;
    text-align-last: center;
}

/* Cards Grid */
.mp-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mp-card {
    background-color: #fff;
    border: 1px solid #efebe9;
    /* Subtle border */
    border-radius: 25px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mp-card-icon-wrapper {
    margin-bottom: 25px;
    height: 80px;
    /* Allocated height for icon */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-card-icon-img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    /* Default styling for placeholder if src is broken or missing */
    background-color: #eee;
    border-radius: 8px;
    min-width: 60px;
    min-height: 60px;
}

/* Hide background if image loads (optional, usually native behavior covers it perfectly) */

.mp-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.mp-card-text {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 0;
    text-align: left;
    /* Justified in general, or left naturally */
}

/* Responsive */
@media (max-width: 768px) {
    .mp-title {
        font-size: 1.6rem;
    }

    .mp-section {
        padding: 40px 20px;
    }

    .mp-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-055fc8f *//* Reset & Base for this specific component */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-section {
    padding: 60px 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.mp-container {
    width: 100%;
    max-width: 1200px;
}

/* Header Styles */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    padding: 0 10px;
}

.mp-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Brush stroke background effect */
.mp-title-bg {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-2deg);
    width: 110%;
    height: 35%;
    background-color: #d1f0d1;
    /* Light pastel green */
    z-index: 1;
    border-radius: 5px;
    opacity: 0.8;
}

/* To simulate the brush ends roughly */
.mp-title-bg::before,
.mp-title-bg::after {
    content: '';
    position: absolute;
    background-color: #d1f0d1;
    width: 20px;
    height: 100%;
    top: 0;
    border-radius: 50%;
}

.mp-title-bg::before {
    left: -10px;
}

.mp-title-bg::after {
    right: -10px;
}


.mp-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    text-align-last: center;
}

/* Table Styles */
.mp-table-container {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #888;
}

.mp-bucket-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
    /* Ensure table doesn't squash too much */
}

/* Headers */
.mp-bucket-table thead th {
    background-color: #e6f7d0;
    /* Light lime green header */
    padding: 15px 10px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    color: #2c2c2c;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    font-size: 0.95rem;
}

.mp-bucket-table thead th:last-child {
    border-right: none;
}

/* Header Columns Widths */
.mp-col-no {
    width: 4%;
}

.mp-col-list {
    width: 40%;
}

.mp-col-date {
    width: 10%;
}

.mp-col-period {
    width: 10%;
}

.mp-col-status {
    width: 10%;
}

.mp-col-action {
    width: 15%;
}

/* Rows & Cells */
.mp-bucket-table tbody tr {
    background-color: #fff;
}

.mp-bucket-table td {
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    padding: 12px 15px;
    vertical-align: middle;
    font-size: 0.95rem;
    color: #333;
}

.mp-bucket-table td:last-child {
    border-right: none;
}

.mp-cell-no {
    text-align: center;
    font-weight: 500;
}

.mp-cell-list {
    text-align: left;
    font-weight: 500;
}

.mp-cell-date,
.mp-cell-period,
.mp-cell-status {
    text-align: center;
}

/* Date Pills */
.mp-date-pill {
    display: inline-block;
    background-color: #f2f2f2;
    /* Light grey pill */
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
    /* A bit more tech/number friendly */
    color: #444;
    min-width: 100px;
}

/* Status Badges */
.mp-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    width: 140px;
    /* Fixed width for alignment */
    cursor: pointer;
    position: relative;
    justify-content: center;  
    gap: 6px; 
}

.mp-status-inprogress {
    background-color: #fff3e0;
    /* Pale orange */
    color: #e65100;
    border: 1px solid #ffe0b2;
}

.mp-status-notstarted {
    background-color: #eee;
    color: #666;
    border: 1px solid #ddd;
}

.mp-status-completed {
    background-color: #e8f5e9;
    /* Light green */
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

/* Small arrow for dropdown feel */
.mp-arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: 0.6;
}

/* Empty State Placeholders */
.mp-bucket-table tbody tr:nth-child(n+5) td {
    height: 60px;
    /* Taller empty rows */
}

.mp-input-placeholder {
    display: inline-block;
    background-color: #e0e0e0;
    width: 120px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    color: #757575;
    text-align: left;
    padding-left: 10px;
    line-height: 24px;
    font-size: 0.8rem;
}

.mp-status-placeholder {
    display: inline-block;
    background-color: #e0e0e0;
    width: 140px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    text-align: right;
    padding-right: 10px;
}

.mp-status-placeholder .mp-arrow-down {
    margin-bottom: 2px;
    color: #757575;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mp-section {
        padding: 40px 10px;
    }

    .mp-title {
        font-size: 1.5rem;
    }

    /* Enable horizontal scrolling for the table on mobile */
    .mp-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Editable List Cells */
.mp-cell-list[contenteditable="true"] {
    outline: none;
    cursor: text;
    transition: background-color 0.2s;
}

.mp-cell-list[contenteditable="true"]:hover,
.mp-cell-list[contenteditable="true"]:focus {
    background-color: #f9f9f9;
}

.mp-cell-list[contenteditable="true"]:empty::before {
    content: 'Input your goal...';
    color: #999;
    font-style: italic;
    pointer-events: none;
}

/* Status Dropdown - now Portal Based */
#mp-portal-dropdown {
    display: none;
    /* managed by JS */
    /* Position styling handled by JS */
}

.mp-status-dropdown {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    min-width: 170px;
    text-align: left;
}

.mp-dropdown-item {
    padding: 10px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
    transition: background-color 0.1s;
}

.mp-dropdown-item:hover {
    background-color: #f0f0f0;
}

/* Specific Badge Styles for New Statuses */
.mp-status-blocked {
    background-color: #ffebee;
    /* Light Red */
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.mp-status-review {
    background-color: #e8eaf6;
    /* Light Indigo/Blue */
    color: #283593;
    border: 1px solid #c5cae9;
}

/* Date Picker styling - Ensure functionality */
.mp-date-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mp-date-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 50 !important;
    /* High z-index to catch clicks */
    margin: 0;
    padding: 0;
}

/* ========================================= */
/* INTERACTION FIXES (PORTAL)                */
/* ========================================= */
#mp-portal-dropdown {
    z-index: 99999 !important;
}

#mp-portal-dropdown.mp-status-dropdown {
    display: none;
    position: absolute;
    min-width: 170px;
    margin-top: 0;
}

.mp-status-notstarted { background:#eee; color:#555; }
.mp-status-inprogress { background:#fff3cd; color:#856404; }
.mp-status-completed  { background:#d4edda; color:#155724; }
.mp-status-default    { background:#f8f9fa; color:#333; }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4220727 *//* Reset & Base */
.mp-section * {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    background-color: #fff;
}

.mp-section {
    padding: 60px 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.mp-container {
    width: 100%;
    max-width: 1200px;
}

/* Header Styles */
.mp-header-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.mp-title-container {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    padding: 0 10px;
}

.mp-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    z-index: 2;
    margin: 0;
    letter-spacing: 0.05em;
}

/* Yellow brush stroke for Time Post */
.mp-title-bg-yellow {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-1deg);
    width: 105%;
    height: 40%;
    background-color: #fff59d;
    /* Pastel Yellow */
    z-index: 1;
    border-radius: 5px;
    opacity: 0.8;
}

.mp-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 40px;
}

/* Section Labels (Pills) */
.mp-section-label-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.mp-pill-label {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mp-bg-red {
    background-color: #ff5252;
}

.mp-bg-yellow {
    background-color: #fff176;
    color: #444;
}

/* Yellow one has dark text usually */

.mp-mt-50 {
    margin-top: 50px;
}

/* Table Styles */
.mp-table-container {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.mp-time-post-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

/* Table Header */
.mp-time-post-table thead th {
    background-color: #fff59d;
    /* Match the yellow theme */
    padding: 15px 10px;
    /* vertical borders are very light or invisible in image 2 */
    border-right: 1px solid #f0e68c;
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 0.95rem;
}

.mp-time-post-table thead th:last-child {
    border-right: none;
}

/* Columns */
.mp-col-title {
    width: 25%;
}

.mp-col-recipient {
    width: 10%;
}

.mp-col-date {
    width: 15%;
}

.mp-col-status {
    width: 20%;
}

.mp-col-memo {
    width: 30%;
}

/* Table Body */
.mp-time-post-table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 12px 15px;
    vertical-align: middle;
    font-size: 0.95rem;
    color: #333;
    background-color: #fff;
}

.mp-time-post-table td:last-child {
    border-right: none;
}

.mp-cell-title,
.mp-cell-memo {
    text-align: left;
}

.mp-cell-recipient,
.mp-cell-date,
.mp-cell-status {
    text-align: center;
}

/* User Pill */
.mp-user-pill {
    display: inline-block;
    background-color: #e0e0e0;
    border-radius: 12px;
    padding: 2px 12px;
    min-width: 30px;
    text-align: left;
    /* Looks like text aligns left in the little box */
    font-size: 0.85rem;
    color: #555;
}

/* Date Pills - Same as before */
.mp-date-pill {
    display: inline-block;
    background-color: #e0e0e0;
    /* Greyish in this design too */
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

/* Status Badges */
/*.mp-status-badge {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 5px 15px;*/
/*    border-radius: 20px;*/
/*    font-size: 0.85rem;*/
/*    font-weight: 500;*/
/*    width: 170px;*/
/*     Fixed width */
/*    cursor: pointer;*/
/*    position: relative;*/
/*    border: 1px solid transparent;*/
/*}*/

/* New Status Colors */
.mp-status-password-set {
    background-color: #f7f3e8;
    /* Pale Beige/Gold */
    color: #8d6e63;
    /* Brownish Gold */
    border: 1px solid #efebe9;
}

.mp-status-password-unset {
    background-color: #e8eaf6;
    /* Pale Blue */
    color: #3949ab;
    border: 1px solid #c5cae9;
}

.mp-status-draft {
    background-color: #e8f5e9;
    /* Pale Green */
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

/* Placeholders */
.mp-input-placeholder {
    display: inline-block;
    background-color: #e0e0e0;
    width: 120px;
    height: 24px;
    border-radius: 12px;
    text-align: left;
    padding-left: 10px;
    line-height: 24px;
    color: #757575;
}

.mp-status-placeholder {
    /* Style it like a badge but different if needed, or reuse */
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    width: 170px;
    cursor: pointer;
    /* Default to unset look or grey */
    background-color: #f5f5f5;
    color: #999;
    border: 1px solid #ddd;
}

.mp-arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    opacity: 0.6;
}

/* Dropdown Interactions */
#mp-portal-dropdown {
    display: none;
    z-index: 99999 !important;
}

.mp-status-dropdown {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    min-width: 170px;
    text-align: left;
}

.mp-dropdown-item {
    padding: 10px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #333;
}

.mp-dropdown-item:hover {
    background-color: #f0f0f0;
}


/* Form Container */
.mp-form-container {
    background-color: #e6f7d0;
    /* Light yellow background */
    border: 1px solid #fbc02d;
    /* Gold border */
    border-radius: 20px;
    padding: 40px;
    max-width: 900px;
    margin: 20px auto 0;
}

.mp-form-group {
    margin-bottom: 25px;
}

.mp-label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.95rem;
}

.mp-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mp-link-small {
    font-size: 0.85rem;
    color: #333;
    text-decoration: underline;
}

.mp-input,
.mp-textarea {
    width: 100%;
    padding: 0px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    /* Or transparent/white border if aiming for flat look */
    background: #fff;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
}

.mp-input:focus,
.mp-textarea:focus {
    border-color: #fbc02d;
    box-shadow: 0 0 0 2px rgba(251, 192, 45, 0.2);
}

.mp-form-actions {
    text-align: center;
    margin-top: 30px;
}

.mp-btn-post {
    background-color: #ff5252;
    color: #fff;
    border: none;
    padding: 12px 0;
    width: 200px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    box-shadow: 0 4px 10px rgba(255, 82, 82, 0.3);
}

.mp-btn-post:hover {
    background-color: #ff1744;
}

/* Interaction Stuff */
.mp-date-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.mp-date-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 50 !important;
}

.mp-cell-title[contenteditable="true"]:empty::before,
.mp-cell-memo[contenteditable="true"]:empty::before {
    content: 'Input text...';
    color: #bbb;
}

/* Responsive */
@media (max-width: 768px) {
    .mp-table-container {
        overflow-x: auto;
    }

    .mp-form-container {
        padding: 20px;
    }

    .mp-btn-post {
        width: 100%;
    }
}
.mp-btn-post.is-loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
  }

  .mp-btn-post.is-loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    animation: mp-spin 0.8s linear infinite;
  }

  @keyframes mp-spin {
    to { transform: rotate(360deg) translateY(-50%); }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de8cb9f */.mp-unique-quote-banner-section {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.mp-quote-banner-container {
    position: relative;
    max-width: 1200px;
    /* Assuming consistent width with other sections */
    margin: 0 auto;
    overflow: hidden;
}
.mp-quote-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
    object-fit: cover;
}
/* Text Overlay */
.mp-quote-text-overlay {
    position: absolute;
    bottom: 40px;
    /* Adjust based on image composition */
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    /* Optional: background gradient fade if text is hard to read? Image seems light enough at bottom. */
}
.mp-quote-en {
    font-family: 'Cormorant Garamond', serif;
    /* Elegant serif */
    font-size: 2.8rem;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.mp-quote-jp {
    font-family: 'Shippori Mincho', serif;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}
.mp-quote-citation {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-quote-en {
        font-size: 1.8rem;
    }
    .mp-quote-jp {
        font-size: 0.95rem;
    }
    .mp-quote-text-overlay {
        bottom: 20px;
    }
}/* End custom CSS */