.dds-screen-dashboard {
    max-width: 700px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: sans-serif;
}

.dds-screen-list {
    list-style: none;
    padding: 0;
}

.dds-screen-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.dds-screen-title {
    font-weight: bold;
}

.dds-screen-actions a.dds-button {
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.dds-screen-actions a.view {
    background-color: #ccc;
    color: #000;
}

.dds-screen-actions a.edit {
    background-color: #0073aa;
    color: #fff;
}

.dds-button.duplicate {
    background-color: #f39c12;
    color: white;
}

.dds-screen-dashboard {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: sans-serif;
}

.dds-screen-list {
    list-style: none;
    padding: 0;
}

.dds-screen-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #f9f9f9;
    flex-wrap: wrap;
}

.dds-screen-title {
    font-weight: bold;
    flex: 1 1 100%;
    margin-bottom: 0.5rem;
}

.dds-screen-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dds-button {
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    color: white;
    background-color: #333;
}

.dds-button.view { background-color: #ccc; color: black; }
.dds-button.edit { background-color: #0073aa; }
.dds-button.duplicate { background-color: #f39c12; }
.dds-button.publish-now { background-color: #27ae60; }

.dds-status {
    padding: 0.4rem 0.7rem;
    font-weight: bold;
    border-radius: 4px;
    align-self: center;
}

.dds-status.live {
    background-color: #2ecc71;
    color: white;
}

.dds-status.offair {
    background-color: #e74c3c;
    color: white;
}
