.workout-table-container-9355a98f {
    margin: 20px 0;
    overflow-x: auto;
}

.workout-table-9355a98f {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.workout-table-9355a98f th,
.workout-table-9355a98f td {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    text-align: left;
}

.workout-table-9355a98f th {
    background-color: #f7f9fa;
    color: #1e1e1e;
    font-weight: 600;
}

.workout-table-9355a98f tr:nth-child(even) {
    background-color: #fcfcfc;
}

.no-entries-9355a98f {
    text-align: center;
    color: #757575;
    font-style: italic;
    padding: 20px !important;
}

/* Editor Specific Styles */
.workout-block-editor-container-9355a98f {
    border: 2px dashed #ccd0d4;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
}

.form-title-9355a98f,
.table-preview-title-9355a98f {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #1e1e1e;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

.table-preview-title-9355a98f {
    margin-top: 30px;
}

.entry-form-grid-9355a98f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.form-field-9355a98f {
    display: flex;
    flex-direction: column;
}

.form-field-9355a98f label {
    font-size: 12px;
    font-weight: 600;
    color: #555d66;
    margin-bottom: 5px;
}

.custom-date-picker-9355a98f,
.custom-text-input-9355a98f {
    padding: 8px 12px;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    color: #2c3338;
}

.custom-date-picker-9355a98f:focus,
.custom-text-input-9355a98f:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: 2px solid transparent;
}

.form-submit-container-9355a98f {
    display: flex;
    justify-content: flex-end;
}

.action-col-header-9355a98f,
.action-col-cell-9355a98f {
    width: 100px;
    text-align: center !important;
}
