/* HalfAndTwo Widget Styles */
.halfandtwo-container {
    /* Container specific styles */
}

.halfandtwo-title {
    /* Title specific styles */
}

.halfandtwo-byline {
    /* Byline specific styles */
}

.halfandtwo-content {
    /* Content specific styles */
}

.halfandtwo-right-item {
    /* Right item specific styles */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .halfandtwo-container {
        flex-direction: column !important;
    }
    
    .halfandtwo-container > div {
        width: 100% !important;
    }
} 