.project-details-container {
    border: 1.5px solid #e8e4dd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-details-header {
    background: #0d1f35;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-details-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #12a08e;
    flex-shrink: 0;
    display: inline-block;
}

.project-details-header h3 {
    margin: 0;
    color: #fff;
}

.project-details-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px;
    padding: 13px 20px;
    border-bottom: 1px solid #e8e4dd;
}

.project-details-row:last-child {
    border-bottom: none;
}

.project-details-label {
    padding-top: 1px;
}

.project-details-value {
    line-height: 1.5;
}

.project-details-badge {
    background: #0e7c6e;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 2px;
    display: inline-block;
}
